From 8495aea63d92db8379dfa28009cce3f725db701f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 4 Jun 2015 09:32:59 +1200 Subject: COLORFGBG too --- tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux') 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 -- cgit v1.2.3