Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    @tarsius, I appreciate how you keep your answer up to date as Magit changes. Commented Jul 3, 2015 at 20:45
  • @tarsius I think this no longer works with transient.el? Is there a more up-to-date answer? Commented Oct 30, 2019 at 21:07
  • For anyone wondering how to figure out what prefix command goes with a key (e.g. 'magit-commit in this case): enter the magit transient (C-x M-g), then hit C-x l, then type the leader key: it will show the prefix command in the minibuffer. E.g. to find the prefix command for "l" (log): C-x M-g C-x l l, and you will see: magit-log. Commented Apr 19, 2021 at 9:53