Variable: magit-section-heading-map

magit-section-heading-map is a variable defined in magit-section.el.

Value

<double-down-mouse-1>    ignore
<double-mouse-1>         magit-mouse-toggle-section
<double-mouse-2>         magit-mouse-toggle-section
<left-margin> <mouse-1>  magit-mouse-toggle-section

Documentation

Keymap used in the heading line of all expandable sections.

This keymap is used in addition to the section-specific keymap, if any.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defvar-keymap magit-section-heading-map
  :doc "Keymap used in the heading line of all expandable sections.
This keymap is used in addition to the section-specific keymap, if any."
  "<double-down-mouse-1>"   #'ignore
  "<double-mouse-1>"        #'magit-mouse-toggle-section
  "<double-mouse-2>"        #'magit-mouse-toggle-section
  "<left-margin> <mouse-1>" #'magit-mouse-toggle-section)