fix: Add service to database when registering

This commit is contained in:
Prad Nukala
2024-08-21 14:53:03 -04:00
committed by Prad Nukala (aider)
parent 1810ee1c7f
commit 861fbf501d
8 changed files with 33 additions and 132 deletions
+19
View File
@@ -0,0 +1,19 @@
# General
hide_keymap_window: true
proc_list_width: 18
keymap_procs:
<Enter>: { c: toggle-focus }
<Tab>: { c: toggle-focus }
<M-l>: { c: toggle-focus }
<C-a>: null
keymap_term:
reset: true
<M-h>: { c: toggle-focus } # Processes
procs:
(editor):
cmd: ["nvim"]
<gex>:
shell: "gex"
autorestart: true
<sonr>:
shell: "make sh-testnet"