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-…
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-…
Inever knew about that non-greedy pattern match, I usually use capture or non-capture groups with a .*? inside