Something like this: ```tmux set repeat-time 1000 bind -r C-n next-window bind -r C-p previous-window ``` Maybe even with the addition of: ```tmux bind -r n next-window bind -r p previous-window ``` What do you think? ;)