config/default: SPC f c = compile project, SPC f o = find other file

This commit is contained in:
Henrik Lissner 2018-02-19 20:23:41 -05:00
parent b5e53b82b9
commit 79f60f7fcf
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -264,10 +264,11 @@
:desc "Browse project" :n "." #'+default/browse-project
:desc "Find file in project" :n "/" #'projectile-find-file
:desc "Run cmd in project root" :nv "!" #'projectile-run-shell-command-in-root
:desc "Compile project" :n "c" #'projectile-compile-project
:desc "Find other file" :n "o" #'projectile-find-other-file
:desc "Switch project" :n "p" #'projectile-switch-project
:desc "Recent project files" :n "r" #'projectile-recentf
:desc "List project tasks" :n "t" #'+ivy/tasks
:desc "Pop term in project" :n "o" #'+term/open-popup-in-project
:desc "Invalidate cache" :n "x" #'projectile-invalidate-cache)
(:desc "quit" :prefix "q"