From 8326e5266e9a55c20c64a23137506fdc30dcc715 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Fri, 17 Mar 2017 21:49:58 -0500 Subject: [PATCH] .tmux.conf: default-term 'screen-256color' Switch to using TERM=screen-256color so that extended colors work correctly when using nested tmux/screen sessions. --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index aa4da09..080f27d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,6 +8,7 @@ setw -g monitor-activity on # monitor for activity in windows set -g visual-activity on # display status line message for windows with activity (monitor-activity) set -g aggressive-resize on # smart window resizing when multiple attached clients set -sg escape-time 50 # shorter Esc/Alt disambiguation timeout +set -sg default-term 'screen-256color' # ------------------------------------------------------------------- # Look and Feel -- 2.43.0