From 01c9459a143ddb3576e1f2b6da6298fcbef57fb8 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Tue, 22 Apr 2025 13:16:03 +0200 Subject: [PATCH] tmux: pane-base-index needs setw instead of set --- dot-tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-tmux.conf b/dot-tmux.conf index ac1a6307..db080f6d 100644 --- a/dot-tmux.conf +++ b/dot-tmux.conf @@ -7,7 +7,7 @@ set -g mouse on set -s escape-time 0 set -g base-index 1 -set -g pane-base-index 1 +setw -g pane-base-index 1 set-option -g prefix C-a -- 2.51.2