Variable: viper-ESC-moves-cursor-back

viper-ESC-moves-cursor-back is a customizable and buffer-local variable defined in viper-init.el.gz.

Documentation

If t, ESC moves cursor back when changing from insert to vi state.

If nil, the cursor stays where it was when ESC was hit.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
(defvar-local viper-ESC-moves-cursor-back viper-ex-style-editing)