From b399c981687fceb19e391ce6e2c0b4b1c26b07b8 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Wed, 18 Feb 2026 13:02:09 -0500 Subject: [PATCH] update --- tmux/.config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 8dfdf2c..c6bd5d3 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -48,6 +48,7 @@ set -g automatic-rename-format '#{b:pane_current_path}' # Start all numbering at 1 instead of 0 for better key reachability set-option -g base-index 1 set-option -g pane-base-index 1 +set-option -g renumber-windows on # Increase history limit, as we want an "almost" unlimited buffer. # May be set to something even higher, like 250k