From 047f2e8d034af4ac39205cb8b18ee15096d40240 Mon Sep 17 00:00:00 2001 From: josean-dev Date: Fri, 28 Oct 2022 03:03:53 -0400 Subject: [PATCH] Added comments to vim movement config --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 818b83e..394fc02 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -24,10 +24,10 @@ set -g mouse on set-window-option -g mode-keys vi -bind-key -T copy-mode-vi 'v' send -X begin-selection -bind-key -T copy-mode-vi 'y' send -X copy-selection +bind-key -T copy-mode-vi 'v' send -X begin-selection # start selecting text with "v" +bind-key -T copy-mode-vi 'y' send -X copy-selection # copy text with "y" -unbind -T copy-mode-vi MouseDragEnd1Pane +unbind -T copy-mode-vi MouseDragEnd1Pane # don't exit copy mode when dragging with mouse # tpm plugin set -g @plugin 'tmux-plugins/tpm'