Variable: consult-widen-key
consult-widen-key is a customizable variable defined in consult.el.
Value
nil
Documentation
Key used for widening during completion.
If this key is unset, defaults to twice the consult-narrow-key.
The key must be a string accepted by key-valid-p.
Source Code
;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defcustom consult-widen-key nil
"Key used for widening during completion.
If this key is unset, defaults to twice the `consult-narrow-key'.
The key must be a string accepted by `key-valid-p'."
:type '(choice key (const :tag "None" nil)))