summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/init-projectile.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/init-projectile.el b/lisp/init-projectile.el
index 52f610d..0d625d7 100644
--- a/lisp/init-projectile.el
+++ b/lisp/init-projectile.el
@@ -14,6 +14,10 @@
"Run project compilation command."
(call-interactively 'projectile-compile-project))
+(def-projectile-commander-method ?F
+ "Find project file in other window."
+ (call-interactively 'projectile-find-file-other-window))
+
(defun km/projectile-switch-project-to-file ()
"Provide access to the of default `projectile-find-file'.