Variable: magit-stash-mode-map
magit-stash-mode-map is a variable defined in magit-stash.el.
Value
Documentation
Keymap for magit-stash-mode.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-stash.el
(define-derived-mode magit-stash-mode magit-diff-mode "Magit Stash"
"Mode for looking at individual stashes."
:interactive nil
:group 'magit-diff
(magit-hack-dir-local-variables)
(setq magit--imenu-group-types '(commit)))