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

master
alps2006 2 years ago committed by GitHub
parent b7904ae548
commit 5c22c5812e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      plugins/vi-mode/vi-mode.plugin.zsh

@ -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…
Cancel
Save