about summary refs log tree commit diff
path: root/configs/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'configs/.tmux.conf')
-rw-r--r--configs/.tmux.conf1
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/