Open project specific shell with F2

This commit is contained in:
Andreas Zweili 2023-08-04 11:58:11 +02:00
parent b99d39cca8
commit f845e36f5c

View File

@ -1,7 +1,7 @@
(use-package vterm (use-package vterm
:if (is-linux-p) :if (is-linux-p)
:bind :bind
([f2] . vterm) ([f2] . projectile-run-vterm)
:config :config
(setq vterm-kill-buffer-on-exit t (setq vterm-kill-buffer-on-exit t
vterm-disable-bold t) vterm-disable-bold t)