Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start counting windows and panes from 1 #33

Open
oblitum opened this issue Jun 25, 2016 · 2 comments
Open

Start counting windows and panes from 1 #33

oblitum opened this issue Jun 25, 2016 · 2 comments

Comments

@oblitum
Copy link

oblitum commented Jun 25, 2016

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-
Copy link
Member

bruno- commented May 1, 2018

I'm consciously using 0. Reasons:

  • I'm a touch typist, never look at the keys. The position of key 0 as a "starting key" plays absolutely no role.
  • There is however a downside of removing key 0 for touch typists:
    • Keys 5, 6, 7 are a bit harder to hit on a regular keyboard. Reason: you have to stretch an index finger and move it off of a home row. As a lazy user, I don't want to type 5, 6, 7.
    • As the number of windows in a tmux session grows, I don't want to their index to be 5, 6, 7
    • If 0 is removed, the windows' index number will grow to 5, 6, 7 faster. This is not desirable.

@hholst80
Copy link

hholst80 commented Jul 6, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants