reordering the indices naturally when killing pane in tmux

This commit is contained in:
aminnairi
2024-01-05 12:18:14 +01:00
parent 3e5d947580
commit 0a83eab57e
+3
View File
@@ -9,6 +9,9 @@ set -g base-index 1
# Start panes at index 1 instead of 0
set -g pane-base-index 1
# Ensures that panes get reordered correctly when killing panes
set-option -g renumber-windows on
# VI-mode
set-window-option -g mode-keys vi
set-window-option -g status-keys vi