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

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

[nongnu] elpa/git-commit f46cc6dd91 4/4: magit-file-dispatch: Bind magit


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit f46cc6dd91 4/4: magit-file-dispatch: Bind magit-display-repository-buffer
Date: Tue, 23 May 2023 11:00:43 -0400 (EDT)

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

    magit-file-dispatch: Bind magit-display-repository-buffer
---
 lisp/magit-files.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lisp/magit-files.el b/lisp/magit-files.el
index 7cb392ad3e..19acb3fbb5 100644
--- a/lisp/magit-files.el
+++ b/lisp/magit-files.el
@@ -317,7 +317,8 @@ to `magit-dispatch'."
     ("n" "Next blob"   magit-blob-next)
     ("v" "Goto blob"   magit-find-file)
     ("V" "Goto file"   magit-blob-visit-file)
-    ("g" "Goto status" magit-status-here)]
+    ("g" "Goto status" magit-status-here)
+    ("G" "Goto magit"  magit-display-repository-buffer)]
    ["More actions"
     ("c" "Commit"     magit-commit)
     ("e" "Edit line"  magit-edit-line-commit)]]
@@ -330,7 +331,8 @@ to `magit-dispatch'."
     ("k" "Delete"   magit-file-delete)
     ("c" "Checkout" magit-file-checkout)]
    ["Navigate"
-    ("g" "Goto status" magit-status-here :if-not-mode magit-status-mode)]])
+    ("g" "Goto status" magit-status-here :if-not-mode magit-status-mode)
+    ("G" "Goto magit"  magit-display-repository-buffer)]])
 
 ;;; Blob Mode
 



reply via email to

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