From d708ff05fb8164ef661ea83ee5373ec4231993ee Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 22 Jul 2013 17:36:20 +1200 Subject: Move terminal setting nearer the top --- tmux/tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 6a358e50..92e93415 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -6,6 +6,9 @@ set-option -g update-environment SSH_CONNECTION # Shell/command set-option -g default-command $SHELL +# All of my terminals are 256 colors, so use the appropriate termcap/terminfo +set-option -g default-terminal 'screen-256color' + # Prefix unbind-key C-b set-option -g prefix C-a @@ -69,7 +72,6 @@ set-window-option -g mode-keys vi set-window-option -g window-status-format "#I:#W#F" # Colors -set-option -g default-terminal 'screen-256color' set-option -g message-bg colour18 set-option -g message-fg colour231 set-option -g pane-active-border-fg colour237 -- cgit v1.2.3