Is there a package that provides :
commands like evil-ex, but without the rest of evil-mode? I’m specifically interested in regexp replacement :s/old/new/g style.
If not I’ll write one
Is there a package that provides :
commands like evil-ex, but without the rest of evil-mode? I’m specifically interested in regexp replacement :s/old/new/g style.
If not I’ll write one
You could use the viper-ex command from the built-in viper package.