From c2db736f668eedcd68028c1faeae1959202a0f86 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 4 Jan 2017 00:12:24 -0500 Subject: Adds line for TrueColor support --- configs/.tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') 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/ -- cgit 1.4.1