Skip to content

Commit

Permalink
feat(vi-mode): allow replacing on visual mode (ohmyzsh#12006)
Browse files Browse the repository at this point in the history
  • Loading branch information
alps2006 authored Oct 24, 2023
1 parent b7904ae commit 5c22c58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/vi-mode/vi-mode.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5c22c58

Please sign in to comment.