Add project terminal launchers for Emacs

This commit is contained in:
Fabio Scotto di Santolo
2026-04-10 11:03:18 +02:00
parent 403d10b766
commit 88e4fb8cb8
4 changed files with 72 additions and 4 deletions

View File

@@ -83,6 +83,9 @@
(with-eval-after-load 'projectile
(define-key projectile-command-map (kbd "v") #'fscotto/project-vterm)
(define-key projectile-command-map (kbd "V") #'fscotto/project-multi-vterm)
(define-key projectile-command-map (kbd "x") #'fscotto/project-external-terminal)
(define-key projectile-command-map (kbd "a") #'fscotto/project-opencode)
(define-key projectile-command-map (kbd "g") #'fscotto/project-magit-status))
;;;; LSP