diff --git a/src/.config/tmux/tmux.conf b/src/.config/tmux/tmux.conf index 0c60832..b7f0b2c 100644 --- a/src/.config/tmux/tmux.conf +++ b/src/.config/tmux/tmux.conf @@ -19,6 +19,8 @@ setw -g pane-base-index 1 set -g mouse on +# Automatically renumber windows +set -g renumber-windows on # Set new panes to open in current directory bind c new-window -c "#{pane_current_path}"