Variable: consult-narrow-map

consult-narrow-map is a variable defined in consult.el.

Value


Documentation

Narrowing keymap which is added to the local minibuffer map.

Note that consult-narrow-key and consult-widen-key are bound dynamically.

Source Code

;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defvar-keymap consult-narrow-map
  :doc "Narrowing keymap which is added to the local minibuffer map.
Note that `consult-narrow-key' and `consult-widen-key' are bound dynamically."
  "SPC" consult--narrow-space
  "DEL" consult--narrow-delete)