Variable: evil-want-abbrev-expand-on-insert-exit
evil-want-abbrev-expand-on-insert-exit is a customizable variable
defined in evil-vars.el.
Value
t
Documentation
If non-nil abbrevs will be expanded when leaving insert state
like in Vim, if abbrev-mode(var)/abbrev-mode(fun) is on.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-want-abbrev-expand-on-insert-exit t
"If non-nil abbrevs will be expanded when leaving insert state
like in Vim, if `abbrev-mode' is on."
:type 'boolean
:group 'evil)