tmux: Use 1-based indices for panes too

This commit is contained in:
2024-09-30 12:41:04 +02:00
parent c27128fc5a
commit 9bc59bec72

View File

@@ -110,8 +110,9 @@ bind F resizep -Z
# Automatically renumber windows when closing one
set -g renumber-windows on
# Number windows with 1-based indices
# Number windows and panes with 1-based indices
set -g base-index 1
set -g pane-base-index 1
# Enter copy-mode and scroll one page up directly with PageUp without the need
# of the prefix. (Exists already per default with prefix)