evil-{,v}split-window-{below,right} = t
To match vim's behavior, when splitting windows. The +evil-window-split-a and +evil-window-vsplit-a advice are still necessary to preserve proper "window focus" order.
This commit is contained in:
parent
66934f982a
commit
f18caa1518
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ directives. By default, this only recognizes C directives.")
|
|||
(defvar evil-want-C-w-scroll t)
|
||||
(defvar evil-want-Y-yank-to-eol t)
|
||||
(defvar evil-want-abbrev-expand-on-insert-exit nil)
|
||||
(defvar evil-split-window-below t)
|
||||
(defvar evil-vsplit-window-right t)
|
||||
|
||||
(use-package! evil
|
||||
:hook (doom-init-modules . evil-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue