.tmux.conf: force True Color support to on
[cmccabe-etc] / .tmux.conf
index 904c86a..466e9a1 100644 (file)
@@ -11,10 +11,11 @@ set-window-option -g xterm-keys on
 
 set-window-option -g mode-keys vi
 set-option -g status-keys vi
-set-window-option -g utf8 on
-set-window-option -g mode-mouse off # disable mouse
-set -g mouse-select-pane off
+#set-window-option -g utf8 on
+#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
 
@@ -25,7 +26,7 @@ bind-key -n F8 next
 
 set-window-option -g window-status-current-bg cyan
 set-window-option -g window-status-current-fg black
-set-option -g status-utf8 on
+#set-option -g status-utf8 on
 set-option -g status-bg blue
 set-option -g status-fg white
 set-option -g status-interval 5