diff options
-rw-r--r-- | tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ # mess with the status window set -g status-bg colour109 set -g status-right "[#T]" -setw -g window-status-current-bg white +#setw -g window-status-current-bg white +set -g window-status-current-style bg=white bind -n C-Right next-window bind -n C-Left previous-window |