1
0
mirror of https://github.com/chylex/dotfiles.git synced 2025-05-13 09:34:04 +02:00

Update .tmux.conf (add Ctrl-V / Alt-V to toggle block selection)

This commit is contained in:
chylex 2024-01-25 15:08:20 +01:00
parent 6681099e47
commit 1bc97f78b6
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -6,6 +6,8 @@ set -g mouse on
set-window-option -g mode-keys vi
bind -T copy-mode-vi v send -X begin-selection
bind -T copy-mode-vi C-v send -X rectangle-toggle
bind -T copy-mode-vi M-v send -X rectangle-toggle
bind -T copy-mode-vi Enter send -X copy-selection-and-cancel
unbind -T copy-mode-vi MouseDragEnd1Pane