From 7c054afd583cb8e2643a15bb0e55167c155c3528 Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Wed, 8 Apr 2026 09:52:37 +0100 Subject: [PATCH] feat(tmux): Add automatic window rename --- .config/tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 5be47f8..dca947d 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -25,7 +25,8 @@ set -g status-left '[#S] ' set -g status-style 'bg=default,fg=default' set -g window-status-format ' #I:#W ' set -g window-status-current-format '#[bg=default,fg=default,reverse] #I:#W ' - +set-option -g status-interval 3 +set-option -g automatic-rename on # Plugins set -g @plugin 'tmux-plugins/tpm'