From 75ed98ac5880ea4f59b465404137bc34e18801d1 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Thu, 5 Mar 2026 17:16:50 -0500 Subject: [PATCH] tmux window now start at 1 --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 9ce96ed..0287acb 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -8,6 +8,9 @@ set -g prefix C-s # Options to make tmux more pleasant set -g mouse on set -g default-terminal "tmux-256color" +set -g base-index 1 +set -g pane-base-index 1 +set -g renumber-windows on # using vim motions bind-key h select-pane -L