From ad891b18199ecf5a3aeb5cbe6e9fc110bcb6862c Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 17:35:14 +0100 Subject: [PATCH] tmux/3 --- sh/tmux.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 4a5888f..2d1800d 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -30,7 +30,7 @@ set-option -g mouse on # renumber windows after closing one set-option -g renumber-windows on # status lines -set-option -g status 2 +set-option -g status 3 # enable title set-option -g set-titles on @@ -40,6 +40,7 @@ set-option -g set-titles-string '#{pane_current_command} @ #{pane_current_path}' # status bar set-option -g status-bg black set-option -g status-fg gray +set-option -g status-format[2] '#{pane_current_path}' set-option -g status-interval 1 set-option -g status-justify left set-option -g status-left '#[fg=yellow]#{session_name} '