aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-06 10:56:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-06 10:56:52 +1200
commitee803f7a0d65425216f8b372e4abdb453c8b232f (patch)
treed139e20404fb651a8e23841d754688e90db946c9 /tmux
parentMissing word as possible completion (diff)
downloaddotfiles-ee803f7a0d65425216f8b372e4abdb453c8b232f.tar.gz
dotfiles-ee803f7a0d65425216f8b372e4abdb453c8b232f.zip
No repeats for N/P; more trouble than it's worth
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