* add terminfo for terminal and tmux * set comments to italic in vim * update zshrc and tmux.conf to use italic terminfo
14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
# A xterm-256color based TERMINFO that adds the escape sequences for italic.
|
|
#
|
|
# Install:
|
|
#
|
|
# tic xterm-256color-italic.terminfo
|
|
#
|
|
# Usage:
|
|
#
|
|
# export TERM=tmux-256color-italic
|
|
#
|
|
tmux-256color-italic|tmux with 256 colors and italic,
|
|
sitm=\E[3m, ritm=\E[23m,
|
|
use=xterm-256color,
|