From 773d5bbdc006077e93ee5e3dc54f3c8ae6f15f33 Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Thu, 8 Jul 2021 22:42:17 +0000 Subject: 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. --- 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 -- cgit 1.4.1