start at index 1

This commit is contained in:
Ivar Fatland
2025-10-10 11:02:38 +02:00
parent 0e48457b77
commit 20e07638f6
+2
View File
@@ -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 -g default-terminal "tmux-256color"
set -as terminal-overrides ",xterm-256color:Tc" set -as terminal-overrides ",xterm-256color:Tc"
set -g base-index 1
setw -g pane-base-index 1
black="#000000" black="#000000"
gray_light="#D8DEE9" gray_light="#D8DEE9"