tmux-sensible icon indicating copy to clipboard operation
tmux-sensible copied to clipboard

Add tmux config for starting windows/panes at 1

Open alpha0mega96 opened this issue 6 years ago • 3 comments

Hey, I just found this:

# Start windows and panes at 1, not 0
set -g base-index 1
setw -g pane-base-index 1

Source: https://unix.stackexchange.com/a/35932

Could this be made standard in this? I'd like to just patch that in.

alpha0mega96 avatar Jul 01 '19 05:07 alpha0mega96

tmux-patch.txt

This is the quick patch I made, if you could patch it in, it'd be great!

alpha0mega96 avatar Jul 01 '19 05:07 alpha0mega96

What do you think about having this as a separate plugin instead? It is a bit controversial to have as a "sensible default" but having it as plugin would enable it with a single line in your tmuxrc?

hholst80 avatar Jul 07 '19 10:07 hholst80

this is a duplicate of #33

DJCrashdummy avatar Oct 29 '19 15:10 DJCrashdummy