From cdac22a1a720c7e2f7ab9d4fa6d62a9c2ec25208 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Mon, 30 Jun 2025 13:24:56 -0500 Subject: Update tmux config to auto-renumber windows --- src/config/files/tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/files/tmux') diff --git a/src/config/files/tmux/.tmux.conf b/src/config/files/tmux/.tmux.conf index 68304c1..794c45b 100644 --- a/src/config/files/tmux/.tmux.conf +++ b/src/config/files/tmux/.tmux.conf @@ -3,6 +3,7 @@ set-option -g history-limit 50000 set-option -g mouse on set-option -g prefix C-a set-option -g status-keys vi +set-option -g renumber-windows on set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @resurrect-strategy-vim 'session' -- cgit