Files
sonr/mprocs.yaml
T

20 lines
370 B
YAML
Raw Normal View History

# General
hide_keymap_window: true
2024-08-21 15:08:34 -04:00
proc_list_width: 20
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:
2024-08-21 15:08:34 -04:00
⬓ editor:
cmd: ["nvim"]
2024-08-21 15:08:34 -04:00
⎋ gex:
shell: "gex"
autorestart: true
2024-08-21 15:08:34 -04:00
⎋ sonr:
shell: "make sh-testnet"