Function: evil-window-move-very-bottom
evil-window-move-very-bottom is an interactive and byte-compiled
function defined in evil-commands.el.
Signature
(evil-window-move-very-bottom)
Documentation
Close the current window, split the lower-right 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-bottom ()
"Close the current window, split the lower-right one horizontally
and redisplay the current buffer there."
:repeat nil
(evil-move-window 'below))