aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2019-03-06 16:37:47 -0700
committerCody Hiar <codyfh@gmail.com>2019-03-06 16:37:47 -0700
commit30c4c3c54738abc25daba1b9f9722855432ab69c (patch)
tree990b445ca0576f7b4c78ea8d79440956bc609349
parentd9e5851a9033f3e24dbca398f7e9863c7fda9c69 (diff)
v toggles square selection
-rw-r--r--stow/tmux/.tmux.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf
index b5521bb..a7efe92 100644
--- a/stow/tmux/.tmux.conf
+++ b/stow/tmux/.tmux.conf
@@ -34,8 +34,6 @@ bind C-v resize-pane -Z
# I constantly mix up copy/paste. Very annoying/dangerous if cliboard has commands in it
unbind [
bind C-g copy-mode
-# Setup 'v' to begin selection as in Vim
-bind -Tcopy-mode-vi v send -X begin-selection
# Tmux copy commands
bind -Tcopy-mode-vi y send -X copy-pipe-and-cancel "tmux save-buffer - | xp"
unbind -T copy-mode-vi Enter