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.
            Asked
            
        
        
            Active
            
        
            Viewed 2,481 times
        
    8
            
            
        
        Andreas ZUERCHER
        
- 862
 - 1
 - 7
 - 20
 
        hatmatrix
        
- 42,883
 - 45
 - 137
 - 231
 
2 Answers
12
            You can try M-xviper-go-awayRET. Also M-xtoggle-vipper-modeRET if you want to go back and forth.
        Diego Sevilla
        
- 28,636
 - 4
 - 59
 - 87
 
6
            
            
        You can also switch back and forth between Viper mode and Emacs mode in a single buffer with ctl-z.
        Howard West
        
- 381
 - 3
 - 6