aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 00c7cb56..74a68151 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -16,8 +16,9 @@ set-option -g update-environment 'SSH_CLIENT SSH_CONNECTION'
set-option -g default-command "$SHELL"
# All of my terminals are 256 colors, so use the appropriate termcap/terminfo,
-# and unset COLORTERM to stop programs getting confused
+# and unset COLORFGBG and COLORTERM to stop programs getting confused
set-option -g default-terminal 'screen-256color'
+set-environment -gru COLORFGBG
set-environment -gru COLORTERM
# Change the prefix to ^A rather than the default of ^B, because I'm a godless