Variable: evil-want-C-g-bindings

evil-want-C-g-bindings is a customizable variable defined in evil-vars.el.

Value

nil

Documentation

Whether C-g postfix can be used in bindings.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-want-C-g-bindings nil
  "Whether `C-g' postfix can be used in bindings."
  :type 'boolean
  :group 'evil)