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:
parent
6681099e47
commit
1bc97f78b6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user