From 30c4c3c54738abc25daba1b9f9722855432ab69c Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 6 Mar 2019 16:37:47 -0700 Subject: v toggles square selection --- stow/tmux/.tmux.conf | 2 -- 1 file changed, 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 -- cgit v1.2.3