Advanced Multiline Editing in Neovim
In this video I walk through how to use many different techniques to edit multiple lines at once in Neovim. Visual Block Mode, Regex search and replace, vim-...
View original on open-source.social
Syndicated from the fediverse. Read and engage on the original instance.
View original on open-source.socialIn this video I walk through how to use many different techniques to edit multiple lines at once in Neovim. Visual Block Mode, Regex search and replace, vim-...
1 reply
Inever knew about that non-greedy pattern match, I usually use capture or non-capture groups with a .*? inside