diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index a3b1b6a..efa44b1 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -37,6 +37,9 @@ bind-key -T prefix R source-file "$XDG_CONFIG_HOME/tmux/tmux.conf" \; display-me # Fullscreen pane (toggle) bind-key -T prefix F resize-pane -Z +# Automatically renumber windows when closing one +set -g renumber-windows on + # Vim-bindings # Enter copy-mode with Escape