Add keybinding to start a terminal in a project

This commit is contained in:
Charlotte Van Petegem 2021-03-18 15:13:01 +01:00
parent 0646f4c325
commit c3928e8b50
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -169,7 +169,8 @@
"pp" '(projectile-switch-project :which-key "switch")
"pr" '(projectile-replace :which-key "replace")
"ps" '(projectile-ripgrep :which-key "search")
"p!" '(projectile-run-shell-command-in-root :which-key "shell")
"p!" '(projectile-run-shell-command-in-root :which-key "command")
"pt" '(projectile-run-term :which-key "term")
)
)