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