Merge pull request #5303 from daanturo/project-async-command-binding
Add "SPC p &" binding as projectile-run-async-shell-command-in-root
This commit is contained in:
commit
3d0b609c1e
1 changed files with 1 additions and 0 deletions
|
@ -641,6 +641,7 @@
|
||||||
:desc "Browse project" "." #'+default/browse-project
|
:desc "Browse project" "." #'+default/browse-project
|
||||||
:desc "Browse other project" ">" #'doom/browse-in-other-project
|
:desc "Browse other project" ">" #'doom/browse-in-other-project
|
||||||
:desc "Run cmd in project root" "!" #'projectile-run-shell-command-in-root
|
: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 "Add new project" "a" #'projectile-add-known-project
|
||||||
:desc "Switch to project buffer" "b" #'projectile-switch-to-buffer
|
:desc "Switch to project buffer" "b" #'projectile-switch-to-buffer
|
||||||
:desc "Compile in project" "c" #'projectile-compile-project
|
:desc "Compile in project" "c" #'projectile-compile-project
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue