From 659d0e270a9c9856dbbbd96ae899d75e0a9445c4 Mon Sep 17 00:00:00 2001 From: Colin P. Mccabe Date: Wed, 8 Aug 2018 11:00:09 -0700 Subject: [PATCH] .tmux.conf: force True Color support to on --- .tmux.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 -- 1.6.6.rc1.39.g9a42