summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-07-26 23:46:21 -0400
committerKyle Meyer <kyle@kyleam.com>2018-07-26 23:46:21 -0400
commit4ed489f60c4f1ed1457746262db7666d3c59c67a (patch)
tree674bc39ae290a97f25fd2eea038b69781e9c4086 /init.el
parent186955ca8211ccd243083985d995b294bc804d09 (diff)
downloademacs.d-4ed489f60c4f1ed1457746262db7666d3c59c67a.tar.gz
Bind magit-file-popup
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)