Function: viper-scroll-screen-back

viper-scroll-screen-back is an interactive and byte-compiled function defined in viper-cmd.el.gz.

Signature

(viper-scroll-screen-back ARG)

Documentation

Scroll to previous screen.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-cmd.el.gz
(defun viper-scroll-screen-back (arg)
  "Scroll to previous screen."
  (interactive "p")
  (viper-scroll-screen (- arg)))