aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf.m4
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/tmux.conf.m4')
-rw-r--r--tmux/tmux.conf.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/tmux/tmux.conf.m4 b/tmux/tmux.conf.m4
index facb91ca..ffac0243 100644
--- a/tmux/tmux.conf.m4
+++ b/tmux/tmux.conf.m4
@@ -57,11 +57,6 @@ bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
-# 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
-bind-key -t vi-copy Escape cancel
-
# Join and break panes
bind-key J choose-window "join-pane -h -s '%%'"
bind-key B break-pane -d