tmux window now start at 1

This commit is contained in:
2026-03-05 17:16:50 -05:00
parent 345c081c67
commit 75ed98ac58

View File

@@ -8,6 +8,9 @@ set -g prefix C-s
# Options to make tmux more pleasant # Options to make tmux more pleasant
set -g mouse on set -g mouse on
set -g default-terminal "tmux-256color" 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 # using vim motions
bind-key h select-pane -L bind-key h select-pane -L