Hacker News new | ask | show | jobs
by sagarm 1892 days ago
Neovim gives you a preview of the result of your regex replacement, and with the ability to reference capture groups it's a pretty powerful.
2 comments

Yeah, I'm a neovim user, and I enjoy that feature. There are just times when multiple cursors would be ever so slightly more ergonomic.
Vim also has it with `:set hlsearch incsearch`.
That doesn't preview the result of the regex, just the text that would be replaced IIRC.