AckslD / muren.nvim

Multiple replacements in neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEAT: Turn an already entered `:s/.../.../` command into a muren window

IndianBoy42 opened this issue · comments

Similar to MurenUnique but in addition to the left hand side being populated from unique matches, the right hand side could be populated from what those lhs's would be transformed into. A user might realize they need a more advanced search-and-replace while writing the substitute command and want to invoke Muren. This saves some retyping.

This would probably have to use a 'c' plug mapping rather than a command.

If the substitution range could be used by muren as well that could be nice, although that's technically a separate feature request.

That's a great suggestion! I'm a bit swamped atm so if you want to try to implement it yourself feel free to go ahead :)