Add keybinding to start a terminal in a project
This commit is contained in:
parent
0646f4c325
commit
c3928e8b50
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue