.tmux.conf: force True Color support to on
authorColin P. Mccabe <colin@cmccabe.xyz>
Wed, 8 Aug 2018 18:00:09 +0000 (11:00 -0700)
committerColin P. Mccabe <colin@cmccabe.xyz>
Wed, 8 Aug 2018 18:00:09 +0000 (11:00 -0700)
.tmux.conf

index f6dd213..466e9a1 100644 (file)
@@ -15,6 +15,7 @@ set-option -g status-keys vi
 #set-window-option -g mode-mouse off # disable mouse
 #set -g mouse-select-pane off
 set -g default-terminal "screen-256color"
+set -as terminal-overrides ",*:Tc"
 
 set -g visual-bell off