Variable: viper-ex-style-motion

viper-ex-style-motion is a customizable and buffer-local variable defined in viper-init.el.gz.

Documentation

If t, the commands l,h do not cross lines, etc (Ex-style).

If nil, these commands cross line boundaries.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
(defvar-local viper-ex-style-motion t)