summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 5ca033a..effa06e 100644
--- a/init.el
+++ b/init.el
@@ -929,6 +929,7 @@
(load "magit-autoloads.el" t)
(bind-keys :map km/git-map
("d" . magit-dispatch-popup)
+ ("g" . magit-file-popup)
("l" . magit-log-buffer-file)
("s" . magit-stage-file))
(define-key km/git-map "w" 'km/magit-wip-map)