diff options
author | William Carroll <wpcarro@gmail.com> | 2017-01-04T05·12-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-01-04T05·12-0500 |
commit | c2db736f668eedcd68028c1faeae1959202a0f86 (patch) | |
tree | 386747cca96c5930e1277ed1f59a1b417c9337d3 /configs/.tmux.conf | |
parent | ab3f645cb753658123bd1301b65601d2e036c4dd (diff) |
Adds line for TrueColor support
Diffstat (limited to 'configs/.tmux.conf')
-rw-r--r-- | configs/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/.tmux.conf b/configs/.tmux.conf index 190ab2cb3f99..fd9bd3593ca3 100644 --- a/configs/.tmux.conf +++ b/configs/.tmux.conf @@ -6,6 +6,7 @@ bind C-a send-prefix # COLORS! 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/ |