Variable: magit-commit-section-map
magit-commit-section-map is a variable defined in magit-log.el.
Value
magit-show-commit
<1> <magit-menu-format-desc> nil
<1> <region-active-p> nil
<2> <magit-menu-format-desc> nil
<3> <magit-menu-format-desc> nil
C-c C-v forge-visit-topic
Documentation
Keymap for commit sections.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(defvar-keymap magit-commit-section-map
:doc "Keymap for `commit' sections."
"<remap> <magit-visit-thing>" #'magit-show-commit
"<3>" (magit-menu-item "Apply %x" #'magit-cherry-apply)
"<2>" (magit-menu-item "Show commit %x" #'magit-show-commit
'(:visible (not (region-active-p))))
"<1>" (magit-menu-item "Diff %x" #'magit-diff-range
'(:visible (region-active-p))))