home: tmux: add binding for block selection
This commit is contained in:
parent
9117df1e72
commit
8a8256e555
|
@ -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