From 2e893b24f1fe3ca3b0d6d415587abc1157faa70f Mon Sep 17 00:00:00 2001 From: cswimr Date: Thu, 24 Oct 2024 16:18:29 -0400 Subject: [PATCH] set baseindex --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index fd4eabe..fb03175 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,6 @@ set-option -ga terminal-overrides ",xterm-256color:Tc" +set -g base-index 1 +setw -g pane-base-index 1 set -g @catppuccin_flavor 'mocha'