diff --git a/tmux.conf b/tmux.conf index 7632e79..2e76830 100644 --- a/tmux.conf +++ b/tmux.conf @@ -22,6 +22,7 @@ set -g mouse off # window set -g window-status-format '#I:#(echo "#T"|cut -d: -f1)#F' set -g window-status-current-format '#I:#(echo "#T"|cut -d: -f1)#F' +set -g window-status-current-style fg=yellow bind s split-window -v bind v split-window -h bind n next-window @@ -33,7 +34,6 @@ bind c new-window #set -g pane-border-status top set -g pane-border-style fg=cyan set -g pane-active-border-style fg=yellow -set -g window-status-current-style fg=yellow bind h select-pane -L bind j select-pane -D bind k select-pane -U