Function: evil-ret-and-indent
evil-ret-and-indent is an interactive and byte-compiled function
defined in evil-commands.el.
Signature
(evil-ret-and-indent &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 and indent.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-motion evil-ret-and-indent (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 and indent."
:type line
(evil-ret-gen count t))