Variable: viper-shift-width

viper-shift-width is a customizable variable defined in viper-init.el.gz.

Value

8

Documentation

The value of the shiftwidth.

This determines the number of columns by which the Ctl-t moves the cursor in the Insert state.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
(defcustom viper-shift-width 8
  "The value of the shiftwidth.
This determines the number of columns by which the Ctl-t moves the cursor in
the Insert state."
  :type 'integer
  :group 'viper)