Variable: magit-error-section-map
magit-error-section-map is a variable defined in magit-status.el.
Value
magit-process-buffer
Documentation
Keymap for error sections.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-status.el
(defvar-keymap magit-error-section-map
:doc "Keymap for `error' sections."
"<remap> <magit-visit-thing>" #'magit-process-buffer
"<1>" (magit-menu-item "Visit process output" #'magit-process-buffer))