Jul 3, 2024
The neovim find and replace all is based on the gnu stream editor (ie sed). For the stream editor the syntax is 's/regexp/replacement/flag'.
Get familiar with basic sed, and the neovim find and replace all gets easier to remember.
The neovim find and replace all is based on the gnu stream editor (ie sed). For the stream editor the syntax is 's/regexp/replacement/flag'.
Get familiar with basic sed, and the neovim find and replace all gets easier to remember.