branch: elpa/magit
commit dd48491659b4572b7976b6a9f7c2d6992f378036
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-blob-mode-map: Bind revert-buffer
---
lisp/magit-files.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/magit-files.el b/lisp/magit-files.el
index f80d2823782..b5653eb2737 100644
--- a/lisp/magit-files.el
+++ b/lisp/magit-files.el
@@ -347,6 +347,7 @@ to `magit-dispatch'."
(defvar-keymap magit-blob-mode-map
:doc "Keymap for `magit-blob-mode'."
+ "g" #'revert-buffer
"p" #'magit-blob-previous
"n" #'magit-blob-next
"b" #'magit-blame-addition