Adds line for TrueColor support
This commit is contained in:
parent
ab3f645cb7
commit
c2db736f66
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ bind C-a send-prefix
|
||||||
|
|
||||||
# COLORS!
|
# COLORS!
|
||||||
set -g default-terminal "tmux-256color-italic"
|
set -g default-terminal "tmux-256color-italic"
|
||||||
|
set -ga terminal-overrides ",xterm-256color-italic:Tc"
|
||||||
|
|
||||||
|
|
||||||
#copy-paste fixes: http://evertpot.com/osx-tmux-vim-copy-paste-clipboard/
|
#copy-paste fixes: http://evertpot.com/osx-tmux-vim-copy-paste-clipboard/
|
||||||
|
|
Loading…
Reference in a new issue