Variable: hyrolo-mode-prefix-map

hyrolo-mode-prefix-map is a variable defined in hyrolo.el.

Value

/ h  outline-hide-by-heading-regexp
/ s  outline-show-by-heading-regexp
@    hyrolo-outline-mark-subtree
C-<  hyrolo-outline-promote
C->  hyrolo-outline-demote
C-^  hyrolo-outline-move-subtree-up
C-a  hyrolo-outline-show-all
C-b  hyrolo-outline-backward-same-level
C-c  hyrolo-outline-hide-entry
C-d  hyrolo-outline-hide-subtree
C-e  hyrolo-outline-show-entry
C-f  hyrolo-outline-forward-same-level
C-k  hyrolo-outline-show-branches
C-l  hyrolo-outline-hide-leaves
C-n  hyrolo-outline-next-visible-heading
C-o  hyrolo-outline-hide-other
C-p  hyrolo-outline-previous-visible-heading
C-q  hyrolo-outline-hide-sublevels
C-s  hyrolo-outline-show-subtree
C-t  hyrolo-outline-hide-body
C-u  hyrolo-outline-up-heading
C-v  hyrolo-outline-move-subtree-down
C-x  foldout-exit-fold
C-z  foldout-zoom-subtree
RET  hyrolo-outline-insert-heading
TAB  hyrolo-outline-show-children

Documentation

Keymap for hyrolo display match buffer bindings with a prefix, typically \C-c.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defvar hyrolo-mode-prefix-map nil
  "Keymap for hyrolo display match buffer bindings with a prefix, typically \\`C-c'.")