nvim-search-and-replace
nvim-search-and-replace copied to clipboard
preview before replace
trafficstars
can a feature be added to this plugin that allows for previewing before replacing?
You already can do that. For example,
- Run
:SReplaceand add the query - Run
copento show the quick fix list
You will get all the matching results as below
You can also use telescope to quickly jump around. Command is :Telescope quickfix
I might add a just search feature so people can see the matches. But this plugin will not implement fancy result view what you might see in other editors