diff options
-rw-r--r-- | tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |