tmux-sensible
                                
                                 tmux-sensible copied to clipboard
                                
                                    tmux-sensible copied to clipboard
                            
                            
                            
                        Suggestion: add repeatable bindings for moving through windows
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? ;)