tmux-plugins / tmux-sensible

basic tmux settings everyone can agree on
MIT License
1.73k stars 90 forks source link

Start counting windows and panes from 1 #33

Open oblitum opened 8 years ago

oblitum commented 8 years ago

I've seen this being used around and consider it a sensible default, what you think?

# Number windows and panes starting at 1 so that we can jump to
# them easier.
set -g base-index 1
set -g pane-base-index 1
bruno- commented 6 years ago

I'm consciously using 0. Reasons:

hholst80 commented 5 years ago

I have used it but I do not think it is a sensible default for everyone. That said, I would like to see that as a plugin to easily opt-in with a one-liner in my tmux.conf