Variable: magit-stashes-section-map

magit-stashes-section-map is a variable defined in magit-stash.el.

Value

                              magit-stash-clear
                              magit-stash-list
<1> <magit-menu-format-desc>  nil
<2> <magit-menu-format-desc>  nil

Documentation

Keymap for stashes section.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-stash.el
;;; Sections

(defvar-keymap magit-stashes-section-map
  :doc "Keymap for `stashes' section."
  "<remap> <magit-delete-thing>" #'magit-stash-clear
  "<remap> <magit-visit-thing>"  #'magit-stash-list
  "<2>" (magit-menu-item "Clear %t" #'magit-stash-clear)
  "<1>" (magit-menu-item "List %t"  #'magit-stash-list))