From 54ac5764a9c2657453623f4cab7237ed6f5a8e6a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 11 Sep 2014 21:31:33 +0200 Subject: Set other tmux colors --- tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index c2b4586..07e1dda 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,7 +1,7 @@ # mess with the status window -#set -g status-bg colour109 -#set -g status-right "[#T]" -#setw -g window-status-current-bg white +set -g status-bg colour109 +set -g status-right "[#T]" +setw -g window-status-current-bg white bind -n C-Right next-window bind -n C-Left previous-window -- cgit v1.2.3