diff options
-rw-r--r-- | stow/tmux/.tmux.conf | 2 |
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 |