ENH keep tmux windows in order

This commit is contained in:
Nathan Dwarshuis 2023-10-06 16:31:10 -04:00
parent 6f2be86f04
commit fe171330a6
1 changed files with 3 additions and 0 deletions

View File

@ -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"