Next: , Previous: , Up: Miscellaneous  


Q5.0.9: How can I emulate VI and use it as my default mode?

Our recommended VI emulator is viper. To make viper-mode the default, add this to your init.el:

(viper-mode)

Michael Kifer writes:

This should be added as close to the top of init.el as you can get it, otherwise some minor modes may not get viper-ized.