chrisgrieser / nvim-rip-substitute

Perform search and replace operations in the current buffer using a modern user interface and contemporary regex syntax.
MIT License
127 stars 7 forks source link

feat: Add prefill via command #11

Closed ewok closed 1 month ago

ewok commented 1 month ago

Hi! Nice plugin, thank you!

I would like to offer a concept of passing search value through the command. I am using this workflow in my config now with :s///. And it would be nice to have the same with your plugin.

It looks like that:

![Watch the video]

Checklist

chrisgrieser commented 1 month ago

thx!