Enhancing search and replace in Neovim with inccomand

@adamyonk recently pointed me towards Neovim's
enhanced inccommand
feature. When you use :set inc="split"
or
:set inc="nosplit"
, you get a lovely live preview of both searches and
complex find and replace.
This is a pretty cool feature that if you are already on Neovim, you can just get it for free.
If you are not using Neovim, markonm/traces.vim does nearly the same thing as a plugin.
Changelog
-
2022-06-08 11:31:29 -0500Rename articles
-
2021-02-05 10:15:23 -0600Add dotfiles tag
-
2020-06-18 14:26:02 -0500Move everything to CST
Don't know why I didn't do that before. It caused _no_ end of
problems. -
2019-11-14 19:21:38 -0600Remove Tag: programming
`code` is the same tag and has more coverage.
-
2019-02-27 16:40:21 -0600Post: inccommand
Apparently I never checked this in...