0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

feat(vi-mode): allow replacing on visual mode (#12006)

This commit is contained in:
alps2006 2023-10-24 20:00:26 +08:00 committed by GitHub
parent b7904ae548
commit 5c22c5812e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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