aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf5
1 files changed, 0 insertions, 5 deletions
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