Magit displays the progression of multi-step commands with popup windows. For example, pressing c brings up the commit menu, whence pressing a will invoke magit-commit-amend
.
I would like to include my own command magit-commit-snapshot
, and invoke it with cn.
n: Snapshot
should be displayed in the commit menu, after s: Squash
.
How can I do this? I can see that the bindings exist in magit-key-mode.el
, but I don't see an easy way to add to them from my .emacs
.