Add "SPC p &" binding
As projectile-run-async-shell-command-in-root
This commit is contained in:
parent
caf480e18a
commit
5ed026e1c1
1 changed files with 1 additions and 0 deletions
|
@ -641,6 +641,7 @@
|
|||
:desc "Browse project" "." #'+default/browse-project
|
||||
:desc "Browse other project" ">" #'doom/browse-in-other-project
|
||||
:desc "Run cmd in project root" "!" #'projectile-run-shell-command-in-root
|
||||
:desc "Async cmd in project root" "&" #'projectile-run-async-shell-command-in-root
|
||||
:desc "Add new project" "a" #'projectile-add-known-project
|
||||
:desc "Switch to project buffer" "b" #'projectile-switch-to-buffer
|
||||
:desc "Compile in project" "c" #'projectile-compile-project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue