diff options
-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/ |