diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index e05e7eff4..51b78b66b 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -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