Add project terminal launchers for Emacs

This commit is contained in:
Fabio Scotto di Santolo
2026-04-10 11:03:18 +02:00
parent 895cfb5b10
commit 93b6d8f722
4 changed files with 72 additions and 4 deletions

View File

@@ -141,13 +141,14 @@
;; Actions
"C-c p c" "Compile"
"C-c p t" "Test"
"C-c p v" "Open term in project"
"C-c p v" "Open vterm in project"
"C-c p V" "Open multi-vterm in project"
"C-c p x" "Open external term"
"C-c p a" "Open opencode"
"C-c p e" "Edit project config"
"C-c p g" "Project Git status"
"C-c p x" "Open Terminal"
"C-c p 4" "Other Window"
"C-c p 5" "Other Frame"
"C-c p x 4" "Other Window"
;; Cache
"C-c p i" "Invalidate cache")