Variable: evil-list-view-mode-map

evil-list-view-mode-map is a variable defined in evil-common.el.

Value

<follow-link>  nil
<mouse-1>      evil-list-view-goto-entry
<return>       evil-list-view-goto-entry
q              evil-list-view-quit

Documentation

Keymap for evil-list-view-mode.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-common.el
(define-derived-mode evil-list-view-mode tabulated-list-mode
  "Evil List View"
  (tabulated-list-init-header)
  (tabulated-list-print))