From: Andre Ramnitz Date: Tue, 22 Apr 2025 11:16:03 +0000 (+0200) Subject: tmux: pane-base-index needs setw instead of set X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=01c9459a143ddb3576e1f2b6da6298fcbef57fb8;p=dotfiles.git tmux: pane-base-index needs setw instead of set --- 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