mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 10:21:40 +00:00
fix: Add service to database when registering
This commit is contained in:
committed by
Prad Nukala (aider)
parent
1810ee1c7f
commit
861fbf501d
+19
@@ -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"
|
||||
Reference in New Issue
Block a user