Added comments to vim movement config

This commit is contained in:
josean-dev 2022-10-28 03:03:53 -04:00
parent 49dca88054
commit 047f2e8d03

View file

@ -24,10 +24,10 @@ set -g mouse on
set-window-option -g mode-keys vi set-window-option -g mode-keys vi
bind-key -T copy-mode-vi 'v' send -X begin-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 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 # tpm plugin
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'