Disable evil-want-abbrev-expand-on-insert-exit
It may be a vim default, but why would anyone want this?
This commit is contained in:
parent
8b94f325b2
commit
7138d47ef4
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ directives. By default, this only recognizes C directives.")
|
|||
(defvar evil-want-C-u-scroll t)
|
||||
(defvar evil-want-C-w-scroll t)
|
||||
(defvar evil-want-Y-yank-to-eol t)
|
||||
(defvar evil-want-abbrev-expand-on-insert-exit nil)
|
||||
|
||||
(use-package! evil
|
||||
:hook (doom-init-modules . evil-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue