Variable: consult-narrow-key

consult-narrow-key is a customizable variable defined in consult.el.

Value

nil

Documentation

Prefix key for narrowing during completion.

Good choices for this key are "<" and "C-+" for example. The key must be a string accepted by key-valid-p.

Source Code

;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
;;;; Customization

(defcustom consult-narrow-key nil
  "Prefix key for narrowing during completion.

Good choices for this key are \"<\" and \"C-+\" for example. The
key must be a string accepted by `key-valid-p'."
  :type '(choice key (const :tag "None" nil)))