Variable: hs-indicators-map

hs-indicators-map is a variable defined in hideshow.el.gz.

Value

<left-margin> <mouse-1>  hs-indicator-mouse-toggle-hiding
<mouse-1>                hs-toggle-hiding

Documentation

Keymap for hideshow indicators.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defvar-keymap hs-indicators-map
  :doc "Keymap for hideshow indicators."
  "<left-margin> <mouse-1>" #'hs-indicator-mouse-toggle-hiding
  "<mouse-1>" #'hs-toggle-hiding)