hs-minor-mode-map
hs-minor-mode-map is a variable defined in `
hideshow.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Keymap for hideshow minor mode.
Value:
(keymap
(menu-bar keymap
(Hide/Show menu-item "Hide/Show"
(keymap "Hide/Show"
(Hide\ Block menu-item "Hide Block" hs-hide-block :help "Hide the code or comment block at point")
(Show\ Block menu-item "Show Block" hs-show-block :help "Show the code or comment block at point")
(Hide\ All menu-item "Hide All" hs-hide-all :help "Hide all the blocks in the buffer")
(Show\ All menu-item "Show All" hs-show-all :help "Show all the blocks in the buffer")
(Hide\ Level menu-item "Hide Level" hs-hide-level :help "Hide all block at levels below the current block")
(Toggle\ Hiding menu-item "Toggle Hiding" hs-toggle-hiding :help "Toggle the hiding state of the current block")
(nil menu-item "----")
(Hide\ comments\ when\ hiding\ all menu-item "Hide comments when hiding all" menu-function-333 :key-sequence nil :button
(:toggle . hs-hide-comments-when-hiding-all)
:help "If t also hide comment blocks when doing `hs-hide-all'")
(Reveal\ on\ isearch menu-item "Reveal on isearch"
(keymap "Reveal on isearch"
(Code\ blocks menu-item "Code blocks" menu-function-334 :key-sequence nil :button
(:radio eq hs-isearch-open 'code)
:help "Show hidden code blocks when isearch matches inside them")
(Comment\ blocks menu-item "Comment blocks" menu-function-335 :key-sequence nil :button
(:radio eq hs-isearch-open 'comment)
:help "Show hidden comment blocks when isearch matches inside them")
(Code\ and\ Comment\ blocks menu-item "Code and Comment blocks" menu-function-336 :key-sequence nil :button
(:radio eq hs-isearch-open t)
:help "Show both hidden code and comment blocks when isearch matches inside them")
(None menu-item "None" menu-function-337 :key-sequence nil :button
(:radio eq hs-isearch-open nil)
:help "Do not hidden code or comment blocks when isearch matches inside them"))))))
(S-mouse-2 . hs-mouse-toggle-hiding)
(3 keymap
(64 keymap
(3 . hs-toggle-hiding)
(12 . hs-hide-level)
(27 keymap
(19 . hs-show-all)
(8 . hs-hide-all))
(19 . hs-show-block)
(8 . hs-hide-block))))