Configure tmux to use italics
This commit is contained in:
@@ -4,6 +4,10 @@ set-option -g mouse on
|
|||||||
set -g mode-keys vi
|
set -g mode-keys vi
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|
||||||
|
# configure TERM
|
||||||
|
set -g default-terminal 'tmux-256color'
|
||||||
|
set -as terminal-overrides ',xterm*:Tc:sitm=\E[3m'
|
||||||
|
|
||||||
# y and p
|
# y and p
|
||||||
bind Escape copy-mode
|
bind Escape copy-mode
|
||||||
unbind p
|
unbind p
|
||||||
|
|||||||
2
.zshrc
2
.zshrc
@@ -15,7 +15,7 @@ export CLICOLOR=1
|
|||||||
export MAIL=/var/spool/mail/amgutier
|
export MAIL=/var/spool/mail/amgutier
|
||||||
|
|
||||||
export LSCOLORS=DxGxcxdxCxegedabagacad
|
export LSCOLORS=DxGxcxdxCxegedabagacad
|
||||||
export TERM=xterm-256color #256 color support
|
export TERM=xterm-256color-italic
|
||||||
export LESSOPEN='|/usr/local/bin/lesspipe.sh %s'
|
export LESSOPEN='|/usr/local/bin/lesspipe.sh %s'
|
||||||
export LESS_ADVANCED_PREPROCESSOR=1
|
export LESS_ADVANCED_PREPROCESSOR=1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user