From 28816601378ac1fc00cb02b712f22c191fadf999 Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Tue, 30 Jul 2019 06:46:43 +0200 Subject: [PATCH] Update tmux config --- tmux/tmux.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)