From e5e02738066d2976d86cb26ccd30f693abf0d6fe Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 30 Apr 2019 12:14:50 -0600 Subject: Adding v for copy visual back in --- stow/tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3