there's perl too i guess! its regex engine (different from PCRE2) does seem less painful than POSIX or vimregex but i really don't have time to learn it atm.
there's perl too i guess! its regex engine (different from PCRE2) does seem less painful than POSIX or vimregex but i really don't have time to learn it atm.
`ex -sc '%s;foo;bar;g'` (pure vim's ex)
or
`nvim -esc '%s;foo;bar;g' (nvim's ex)
for search-and-replacing more often (in tandem with ripgrep and GNU parallel)
`ex -sc '%s;foo;bar;g'` (pure vim's ex)
or
`nvim -esc '%s;foo;bar;g' (nvim's ex)
for search-and-replacing more often (in tandem with ripgrep and GNU parallel)