Variable: evil-local-keymaps-alist

evil-local-keymaps-alist is a variable defined in evil-vars.el.

Value

((evil-emacs-state-local-minor-mode . evil-emacs-state-local-map)
 (evil-motion-state-local-minor-mode . evil-motion-state-local-map)
 (evil-replace-state-local-minor-mode . evil-replace-state-local-map)
 (evil-operator-shortcut-mode . evil-operator-shortcut-map)
 (evil-operator-state-local-minor-mode . evil-operator-state-local-map)
 (evil-visual-state-local-minor-mode . evil-visual-state-local-map)
 (evil-insert-state-local-minor-mode . evil-insert-state-local-map)
 (evil-normal-state-local-minor-mode . evil-normal-state-local-map))

Documentation

Association list of keymap variables that must be reinitialized in each buffer. Entries have the form
(MODE . KEYMAP), where KEYMAP is the variable containing
the keymap for MODE.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-local-keymaps-alist nil
  "Association list of keymap variables that must be
reinitialized in each buffer. Entries have the form
\(MODE . KEYMAP), where KEYMAP is the variable containing
the keymap for MODE.")