From 9bc59bec72e57db3ede680adc8cd6ca11e2dace1 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Mon, 30 Sep 2024 12:41:04 +0200 Subject: [PATCH] tmux: Use 1-based indices for panes too --- .config/tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 4d15d4b..0b1a385 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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)