From 75ccb1ed3c40d46f2ffae89df1399d2284f1569c Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 17:36:14 +0100 Subject: [PATCH] tmux/fix --- sh/tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 2d1800d..bc74cd2 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -47,8 +47,8 @@ set-option -g status-left '#[fg=yellow]#{session_name} ' set-option -g status-position top set-option -g status-right ' #[fg=yellow]%Y-%m-%d %H:%M:%S' -set-option -g window-status-current-format '#{windows_index} #{window_name}' -set-option -g window-status-format '#{windows_index} #{window_name}' +set-option -g window-status-current-format '#{window_index} #{window_name}' +set-option -g window-status-format '#{window_index} #{window_name}' # windows separator set-option -g window-status-separator ' '