Variable: evil-list-view-mode-abbrev-table

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

Value

#<obarray n=1>

Documentation

Abbrev table 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))