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