ND
p
вставится нижеSize: a a a
ND
p
вставится нижеND
*
*
S
A
A
evil
?i
, потому дохожу до конца строки, потом Enter
, затем ESC
. бррр*
S
O
A
PS
A
O
A
(defun evil-open-below (count)
"Insert a new line below point and switch to Insert state.
The insertion will be repeated COUNT times."
(interactive "p")
(unless (eq evil-want-fine-undo t)
(evil-start-undo-step))
(push (point) buffer-undo-list)
(evil-insert-newline-below)
(setq evil-insert-count count
evil-insert-lines t
evil-insert-vcount nil)
(evil-insert-state 1)
(when evil-auto-indent
(indent-according-to-mode)))
O
VL
VL
A