ENH keep tmux windows in order
This commit is contained in:
parent
6f2be86f04
commit
fe171330a6
|
@ -15,6 +15,9 @@ bind C-f send-prefix
|
||||||
# actual escape key
|
# actual escape key
|
||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
|
|
||||||
|
# keep all windows in gapless order
|
||||||
|
set -g renumber-windows on
|
||||||
|
|
||||||
# reload
|
# reload
|
||||||
bind r source-file $XDG_CONFIG_HOME/tmux/tmux.conf \; display "Config Reloaded"
|
bind r source-file $XDG_CONFIG_HOME/tmux/tmux.conf \; display "Config Reloaded"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue