[PATCH] fixup! chat.tmux.conf: Make window selection hotkeys match window numbers
From: Klemens Nanni
To: list+catgirl
"base-index" expects integer values, tmux prints a warning at load-time but otherwise ignores the configuration line. --- scripts/chat.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/chat.tmux.conf b/scripts/chat.tmux.conf index 4be7faa..3489a19 100644 --- a/scripts/chat.tmux.conf +++ b/scripts/chat.tmux.conf @@ -21,7 +21,7 @@ set-option -g -- allow-rename off set-option -g -- set-titles off set-option -g -- renumber-windows on # for the F1 binding, make hotkeys match window numbers -set-option -g -- base-index on +set-option -g -- base-index 1 # clients exit on network errors, restart them automatically -- 2.32.0