AckslD / muren.nvim

Multiple replacements in neovim
361 stars 4 forks source link

Feature request: enable confirmation #22

Open TroySigX opened 1 year ago

TroySigX commented 1 year ago

When replacing the occurrences in the file, it'd be nice to the the confirm option. If confirm is on, then before replacing a specific occurrence, user should be asked to confirm if they want it to be changed.

AckslD commented 1 year ago

Sounds reasonable. I think this would only work if two_step is false and would probably close the UI. Does that make sense?

TroySigX commented 1 year ago

Yeah, that sounds great

BrunoKrugel commented 1 year ago

can we also have a kind of feedback of the replacements? like a message or a hook that is called when the replacement is done.

AckslD commented 1 year ago

I'll be busy and won't have time until at least the end of the summer (August), so if anyone wants to take this one feel free to :)