tmux-plugins / tmux-sensible

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

Suggestion: add repeatable bindings for moving through windows #63

Open anakimluke opened 2 years ago

anakimluke commented 2 years ago

Something like this:

set repeat-time 1000
bind -r C-n next-window
bind -r C-p previous-window

Maybe even with the addition of:

bind -r n next-window
bind -r p previous-window

What do you think? ;)