Variable: magit-shelved-branch-section-map
magit-shelved-branch-section-map is a variable defined in
magit-refs.el.
Value
magit-delete-shelved-branch
Documentation
Keymap for shelved-branch sections.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-refs.el
(defvar-keymap magit-shelved-branch-section-map
:doc "Keymap for `shelved-branch' sections."
"<remap> <magit-delete-thing>" #'magit-delete-shelved-branch)