mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
20 lines
370 B
YAML
20 lines
370 B
YAML
# General
|
|
hide_keymap_window: true
|
|
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:
|
|
⬓ editor:
|
|
cmd: ["nvim"]
|
|
⎋ gex:
|
|
shell: "gex"
|
|
autorestart: true
|
|
⎋ sonr:
|
|
shell: "make sh-testnet"
|