From ccbb794b7bb759e858b7c3efc6c42d26ea10d65b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 17:33:45 +0100 Subject: [PATCH] tmux/windows --- sh/tmux.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sh/tmux.sh b/sh/tmux.sh index 701715e..4a5888f 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -46,6 +46,9 @@ 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}' + # windows separator set-option -g window-status-separator ' '