From 1e74498f038da3c16bcc6ed0e63b17dbbdd6f39b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 2 Oct 2012 13:43:12 +1300 Subject: Allow repeats for next/prev tmux window --- tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 6d8caebc..7bb72dd8 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -17,6 +17,10 @@ bind-key -r '-' resize-pane -D 5 bind-key -r '<' resize-pane -L 5 bind-key -r '>' resize-pane -R 5 +# Allow repeats for next/prev window +bind-key -r n next-window +bind-key -r p previous-window + # Vim-like select/yank bind-key -t vi-copy 'v' begin-selection bind-key -t vi-copy 'y' copy-selection -- cgit v1.2.3