this post was submitted on 24 Jul 2023
9 points (100.0% liked)

Neovim

94 readers
1 users here now

founded 1 year ago
 

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-...

you are viewing a single comment's thread
view the rest of the comments
[–] ittu 1 points 10 months ago

Inever knew about that non-greedy pattern match, I usually use capture or non-capture groups with a .*? inside