Variable: evil-mode-map-alist
evil-mode-map-alist is a buffer-local variable defined in
evil-vars.el.
Documentation
Association list of keymaps to use for Evil modes.
Elements have the form (MODE . KEYMAP), with the first keymaps having higher priority.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(evil-define-local-var evil-mode-map-alist nil
"Association list of keymaps to use for Evil modes.
Elements have the form (MODE . KEYMAP), with the first keymaps
having higher priority.")