From: Colin P. Mccabe Date: Wed, 8 Aug 2018 18:00:09 +0000 (-0700) Subject: .tmux.conf: force True Color support to on X-Git-Url: http://www.club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?p=cmccabe-etc;a=commitdiff_plain;h=659d0e270a9c9856dbbbd96ae899d75e0a9445c4 .tmux.conf: force True Color support to on --- diff --git a/.tmux.conf b/.tmux.conf index f6dd213..466e9a1 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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