home: tmux: add binding for block selection

This commit is contained in:
Bruno BELANYI 2021-10-15 17:13:02 +02:00
parent 9117df1e72
commit 8a8256e555
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ in
# Better vim mode
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel
# Block selection in vim mode
bind-key -Tcopy-mode-vi 'C-v' send -X begin-selection \; send -X rectangle-toggle
'';
};