From fe171330a62275fd3ab4a3187b1892bf3dfd0e63 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 6 Oct 2023 16:31:10 -0400 Subject: [PATCH] ENH keep tmux windows in order --- dot_config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf index aa26154..ff43be2 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf @@ -15,6 +15,9 @@ bind C-f send-prefix # actual escape key set -sg escape-time 0 +# keep all windows in gapless order +set -g renumber-windows on + # reload bind r source-file $XDG_CONFIG_HOME/tmux/tmux.conf \; display "Config Reloaded"