Function: evil-window-move-very-top
evil-window-move-very-top is an interactive and byte-compiled function
defined in evil-commands.el.
Signature
(evil-window-move-very-top)
Documentation
Close the current window, split the upper-left one horizontally and redisplay the current buffer there.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-command evil-window-move-very-top ()
"Close the current window, split the upper-left one horizontally
and redisplay the current buffer there."
:repeat nil
(evil-move-window 'above))