Function: evil-ret

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

Signature

(evil-ret &optional COUNT)

Documentation

Move the cursor COUNT lines down.

If point is on a widget or a button, click on it. In Insert state, insert a newline.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-motion evil-ret (count)
  "Move the cursor COUNT lines down.
If point is on a widget or a button, click on it.
In Insert state, insert a newline."
  :type line
  (evil-ret-gen count nil))