Variable: magit-stashes-mode-map
magit-stashes-mode-map is a variable defined in magit-stash.el.
Value
Documentation
Keymap for magit-stashes-mode.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-stash.el
(define-derived-mode magit-stashes-mode magit-reflog-mode "Magit Stashes"
"Mode for looking at lists of stashes."
:interactive nil
:group 'magit-log
(magit-hack-dir-local-variables))