aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-05-14 02:36:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-05-14 02:37:24 +1200
commit145769f1d2f58645aaaf4dee453f17d627cbf68d (patch)
tree45e0294200c09177b907be73985a5050c3a6eddc /tmux
parentAdjust newline test in squ(6df) for correct type (diff)
downloaddotfiles-145769f1d2f58645aaaf4dee453f17d627cbf68d.tar.gz
dotfiles-145769f1d2f58645aaaf4dee453f17d627cbf68d.zip
Remove broken config from tmux
Looks like 76d6d36 in tmux broke this. I'll figure out a replacement later.
Diffstat (limited to 'tmux')
-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