summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/init-projectile.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/init-projectile.el b/lisp/init-projectile.el
index c70240e..43035e4 100644
--- a/lisp/init-projectile.el
+++ b/lisp/init-projectile.el
@@ -50,6 +50,11 @@ path is always relative to `projectile-project-root'."
"Find a project directory in other window."
(call-interactively 'projectile-find-dir-other-window))
+;; Default binding is v.
+(def-projectile-commander-method ?m
+ "Open project root in vc-dir or magit."
+ (projectile-vc))
+
(def-projectile-commander-method ?c
"Run project compilation command."
(call-interactively 'projectile-compile-project))