From d17befbd776eca7f8a4f6584d5b300980828343a Mon Sep 17 00:00:00 2001 From: James Dixon Date: Mon, 15 Jan 2024 10:43:48 -0500 Subject: [PATCH] autorename and autorenumber windows --- config/tmux/.tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/tmux/.tmux.conf b/config/tmux/.tmux.conf index 1a37126..4549f23 100644 --- a/config/tmux/.tmux.conf +++ b/config/tmux/.tmux.conf @@ -12,6 +12,10 @@ setw -g mode-keys vi # unset the annoying delay set -sg escape-time 0 +# window options +set-option -g automatic-rename on +set-option -g renumber-windows on + # mouse settings # set -g mouse on # set -g set-clipboard on @@ -20,12 +24,10 @@ set -sg escape-time 0 # appearance set -g status-style "bg=colour16 fg=white,bold" set -g window-status-current-style "fg=yellow,bold" - set -g status-left-length 100 set -g status-right-length 100 # set -g status-right-style "bg=green fg=colour16,bold" - # set -g status-bg black # set -g status-fg white