diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-30 13:24:56 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-30 13:24:56 -0500 |
commit | cdac22a1a720c7e2f7ab9d4fa6d62a9c2ec25208 (patch) | |
tree | c47377370a63786c81127ae01b619aa251f5d124 | |
parent | 1dc1b761d49d57a4ddb11a56fbf38e896e434317 (diff) |
Update tmux config to auto-renumber windows
-rw-r--r-- | src/config/files/tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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' |