From e94efa4f3b732c84265c1a04e4841469668ba8cb Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 19 Jan 2025 13:32:45 +0100 Subject: [PATCH] tmux/5 --- sh/tmux.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sh/tmux.sh b/sh/tmux.sh index c8dd065..84435fd 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -131,6 +131,10 @@ set-option -g status-format[3] '\ #[fg=blue]#{window_width}×#{window_height}\ ' +# line 5 +set-option -g status-format[4] '\ +' + # refresh period set-option -g status-interval 1 @@ -158,6 +162,7 @@ bind-key -n C-F1 set-option -g status on bind-key -n C-F2 set-option -g status 2 bind-key -n C-F3 set-option -g status 3 bind-key -n C-F4 set-option -g status 4 +bind-key -n C-F5 set-option -g status 5 # switch session bind-key -n M-Down switch-client -n