branch: elpa/git-commit
commit 5a2624985ac5e9935c89ac135388a04e4498ff10
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    magit-dispatch: Add magit-mode-bury-buffer
---
 lisp/magit.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/magit.el b/lisp/magit.el
index e4c8b1f511..09758e966a 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -369,6 +369,7 @@ Also see info node `(magit)Commands for Buffers Visiting 
Files'."
   ["Essential commands"
    :if-derived magit-mode
    ("g" "       refresh current buffer"   magit-refresh)
+   ("q" "       bury current buffer"      magit-mode-bury-buffer)
    ("<tab>" "   toggle section at point"  magit-section-toggle)
    ("<return>" "visit thing at point"     magit-visit-thing)
    ("C-x m" "   show all key bindings"    describe-mode)])

Reply via email to