From c3928e8b506e757e4de91219d252bf990e2ea445 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 18 Mar 2021 15:13:01 +0100 Subject: [PATCH] Add keybinding to start a terminal in a project --- modules/emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/emacs/init.el b/modules/emacs/init.el index 6e1143c9..c4fe1cfa 100644 --- a/modules/emacs/init.el +++ b/modules/emacs/init.el @@ -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") ) )