From ee803f7a0d65425216f8b372e4abdb453c8b232f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 6 Jun 2015 10:56:52 +1200 Subject: No repeats for N/P; more trouble than it's worth --- tmux/tmux.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 74a68151..76f22b2c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -60,11 +60,6 @@ bind-key j select-pane -D bind-key k select-pane -U bind-key l select-pane -R -# Allow repeats for moving to the next and previous windows, allows me to tap -# through a list of windows quickly; good for clearing alerts -bind-key -r n next-window -bind-key -r p previous-window - # Vim-like keys for visual mode and yanking therefrom bind-key -t vi-copy 'v' begin-selection bind-key -t vi-copy 'y' copy-selection -- cgit v1.2.3