Function: evil-window-middle

evil-window-middle is an interactive and byte-compiled function defined in evil-commands.el.

Signature

(evil-window-middle)

Documentation

Move the cursor to the middle line in the window.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-motion evil-window-middle ()
  "Move the cursor to the middle line in the window."
  :jump t
  :type line
  (evil-ensure-column (move-to-window-line nil)))