mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
reordering the indices naturally when killing pane in tmux
This commit is contained in:
@@ -9,6 +9,9 @@ set -g base-index 1
|
|||||||
# Start panes at index 1 instead of 0
|
# Start panes at index 1 instead of 0
|
||||||
set -g pane-base-index 1
|
set -g pane-base-index 1
|
||||||
|
|
||||||
|
# Ensures that panes get reordered correctly when killing panes
|
||||||
|
set-option -g renumber-windows on
|
||||||
|
|
||||||
# VI-mode
|
# VI-mode
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
set-window-option -g status-keys vi
|
set-window-option -g status-keys vi
|
||||||
|
|||||||
Reference in New Issue
Block a user