diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8972e78..8c157ba 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -23,9 +23,8 @@ set -g status-right '#[fg=yellow]%Y-%m-%d %H:%M' #set -g status-right-length 6 #set -g status-right "#[fg=yellow]%H:%M" -set-window-option -g window-status-fg blue -set-window-option -g window-status-bg black -set-window-option -g window-status-current-attr bold +set-window-option -g window-status-style fg=blue,bg=black +set-window-option -g window-status-current-style bold #urxvt tab like window switching (-n: no prior escape seq)