From 20e07638f69f65e07d650ee23e2f6b2bba3d64bf Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Fri, 10 Oct 2025 11:02:38 +0200 Subject: [PATCH] start at index 1 --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d1e4a3f..6fb62df 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -22,6 +22,8 @@ bind g popup -E -w 100% -h 100% -d "#{pane_current_path}" -B lazygit set -g default-terminal "tmux-256color" set -as terminal-overrides ",xterm-256color:Tc" +set -g base-index 1 +setw -g pane-base-index 1 black="#000000" gray_light="#D8DEE9"