Variable: narrow-map

narrow-map is a variable defined in bindings.el.gz.

Value

d  narrow-to-defun
g  goto-line-relative
n  narrow-to-region
p  narrow-to-page
w  widen

Documentation

Keymap for narrowing commands.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/bindings.el.gz
(defvar-keymap narrow-map
  :doc "Keymap for narrowing commands."
  "n" #'narrow-to-region
  "w" #'widen
  "g" #'goto-line-relative)