From 50d9b183fcd9c3dafa9cb0efd2c1a06e52a20a72 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Thu, 23 Jul 2026 15:30:11 +0800 Subject: renumber windows automatically --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 1ed550d..d6df056 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -24,6 +24,9 @@ bind l select-pane -R set -g base-index 1 set -g pane-base-index 1 +# Renumber windows after one is closed +set -g renumber-windows on + # Show the clock on the right side of the status line set -g status-right '%H:%M' -- cgit v1.2.3