home: tmux: add binding for block selection
This commit is contained in:
parent
8b763099e3
commit
645a602cc1
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue