emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 5a2624985a 1/3: magit-dispatch: Add magit-mode-


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 5a2624985a 1/3: magit-dispatch: Add magit-mode-bury-buffer
Date: Sat, 29 Jan 2022 13:58:14 -0500 (EST)

branch: elpa/git-commit
commit 5a2624985ac5e9935c89ac135388a04e4498ff10
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    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

[Prev in Thread] Current Thread [Next in Thread]