chat.tmux.conf: Fix base-index setting

"base-index" expects integer values, tmux prints a warning at load-time
but otherwise ignores the configuration line.
weechat-hashes
Klemens Nanni 2021-07-08 22:42:17 +00:00 committed by C. McEnroe
parent e365bae8e0
commit 773d5bbdc0
1 changed files with 1 additions and 1 deletions

View File

@ -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