mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-02-17 02:00:48 +01:00
feat(vi-mode): allow replacing on visual mode (#12006)
This commit is contained in:
parent
b7904ae548
commit
5c22c5812e
@ -154,7 +154,8 @@ wrap_clipboard_widgets copy \
|
|||||||
vi-delete vi-delete-char vi-backward-delete-char
|
vi-delete vi-delete-char vi-backward-delete-char
|
||||||
|
|
||||||
wrap_clipboard_widgets paste \
|
wrap_clipboard_widgets paste \
|
||||||
vi-put-{before,after}
|
vi-put-{before,after} \
|
||||||
|
put-replace-selection
|
||||||
|
|
||||||
unfunction wrap_clipboard_widgets
|
unfunction wrap_clipboard_widgets
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user