From 421fb47afa8d0ebda797917b570b5205ee9ab751 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 19 Aug 2024 22:49:40 +0300 Subject: [PATCH] renumber windows on tmux --- src/.config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.config/tmux/tmux.conf b/src/.config/tmux/tmux.conf index 0c60832..b7f0b2c 100644 --- a/src/.config/tmux/tmux.conf +++ b/src/.config/tmux/tmux.conf @@ -19,6 +19,8 @@ setw -g pane-base-index 1 set -g mouse on +# Automatically renumber windows +set -g renumber-windows on # Set new panes to open in current directory bind c new-window -c "#{pane_current_path}"