1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-09 17:00:44 +01: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

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