When splitting windows, make the cursor follow the split
This commit is contained in:
parent
dac18af830
commit
6de971a11a
@ -11,7 +11,9 @@
|
||||
"j" #'evil-next-visual-line
|
||||
"k" #'evil-previous-visual-line)
|
||||
:custom
|
||||
(evil-undo-system 'undo-tree))
|
||||
(evil-undo-system 'undo-tree)
|
||||
(evil-split-window-below t)
|
||||
(evil-vsplit-window-right t))
|
||||
|
||||
(use-package evil-collection
|
||||
:after evil)
|
||||
|
Loading…
Reference in New Issue
Block a user