diff options
author | Cody Hiar <codyfh@gmail.com> | 2019-04-30 12:14:50 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2019-04-30 12:14:50 -0600 |
commit | e5e02738066d2976d86cb26ccd30f693abf0d6fe (patch) | |
tree | b1145deff25ea0d405e70bba7a73db001378515f | |
parent | 051c8477e205d66583b48aab85c89d769be617f7 (diff) |
Adding v for copy visual back in
-rw-r--r-- | stow/tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index b0521e5..fd613a2 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -37,6 +37,7 @@ bind C-v resize-pane -Z unbind [ bind C-g copy-mode # Tmux copy commands +bind -Tcopy-mode-vi v send -X begin-selection bind -Tcopy-mode-vi y send -X copy-pipe-and-cancel "tmux save-buffer - | xp" unbind -T copy-mode-vi Enter bind -Tcopy-mode-vi Enter send -X copy-pipe "tmux save-buffer - | xp" |