Function: viper-line-to-top

viper-line-to-top is an interactive and byte-compiled function defined in viper-cmd.el.gz.

Signature

(viper-line-to-top ARG)

Documentation

Put current line on the home line.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-cmd.el.gz
(defun viper-line-to-top (arg)
  "Put current line on the home line."
  (interactive "p")
  (recenter (1- arg)))