Function: edt-line-to-middle-of-window
edt-line-to-middle-of-window is an interactive and byte-compiled
function defined in edt.el.gz.
Signature
(edt-line-to-middle-of-window)
Documentation
Move window so line with cursor is in the middle of the window.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/edt.el.gz
;;;
;;; LINE TO MIDDLE OF WINDOW
;;;
(defun edt-line-to-middle-of-window ()
"Move window so line with cursor is in the middle of the window."
(interactive)
(recenter '(4)))