Reputation: 44872
This seems very simple, but I wonder how to turn off viper-mode once I turn it on with M-x viper-mode
. I tried (setq viper-mode nil)
but this did not do it.
Upvotes: 9
Views: 2591
Reputation: 391
You can also switch back and forth between Viper mode and Emacs mode in a single buffer with ctl-z.
Upvotes: 7
Reputation: 29011
You can try M-xviper-go-awayRET. Also M-xtoggle-vipper-modeRET if you want to go back and forth.
Upvotes: 14