TMUX: Start window count at 1 instead of 0

โ€”

by

in

Add to tmux.conf:

# Count 1
set -g base-index 1
set -g pane-base-index 1

Completely stop and start all tmux processes and you are good to go!