Variable: magit-log-section-map

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

Value

  magit-diff-dwim

Documentation

Keymap for log sections.

The classes magit-{unpulled,unpushed,unmerged}-section derive from the abstract magit-log-section(var)/magit-log-section(fun) class. Accordingly this keymap is the parent of their keymaps.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
;;; Log Sections
;;;; Standard Log Sections

(defvar-keymap magit-log-section-map
  :doc "Keymap for log sections.
The classes `magit-{unpulled,unpushed,unmerged}-section' derive
from the abstract `magit-log-section' class.  Accordingly this
keymap is the parent of their keymaps."
  "<remap> <magit-visit-thing>" #'magit-diff-dwim
  "<1>" (magit-menu-item "Visit diff" #'magit-diff-dwim))