💭 Support regex substitution command · Issue #2232 · helix-edito...

!https://github.com/helix-editor/helix/issues/2232

Copy this post

I am a heavy user off substitutions in vim, helix does not substitutions built in, rather it leans on multicursor support.

to replace every instance of hello with world in vim

:%s/hello/world/g<CR>

and in helix you would

%shello<CR>cworld<ESC>,

Note

This post is a thought. It’s a short note that I make about someone else’s content online #thoughts