mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 18:30:08 +00:00
feat(vi-mode): allow replacing on visual mode (#12006)
This commit is contained in:
parent
b7904ae548
commit
5c22c5812e
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,8 @@ wrap_clipboard_widgets copy \
|
|||
vi-delete vi-delete-char vi-backward-delete-char
|
||||
|
||||
wrap_clipboard_widgets paste \
|
||||
vi-put-{before,after}
|
||||
vi-put-{before,after} \
|
||||
put-replace-selection
|
||||
|
||||
unfunction wrap_clipboard_widgets
|
||||
|
||||
|
|
Loading…
Reference in a new issue