From f7cce9835e86482e800cf70aa37d133f8c38d16d Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Mon, 7 Oct 2024 22:44:44 +0200 Subject: [PATCH] Tmux start pane at 1 --- home/terminal/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/terminal/default.nix b/home/terminal/default.nix index 2c8a198..122c212 100644 --- a/home/terminal/default.nix +++ b/home/terminal/default.nix @@ -94,6 +94,10 @@ set -g window-status-current-format '#I:#W' set -g allow-rename off + # Start windows and panes at 1, not 0 + set -g base-index 1 + setw -g pane-base-index 1 + # default statusbar colors set-option -g status-style bg=colour232,fg=colour239,default