tmux: Number windows with 1-based indices

It is counter intuitive to have to reach to the right for the first
window.
This commit is contained in:
2023-01-04 13:11:51 +01:00
parent fed62f3b6d
commit 9daeba47ea

View File

@@ -59,6 +59,8 @@ bind F resizep -Z
# Automatically renumber windows when closing one
set -g renumber-windows on
# Number windows with 1-based indices
set -g 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)