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"