fix: Update proc_list_width in mprocs.yaml

This commit is contained in:
Prad Nukala 2024-08-21 15:08:34 -04:00 committed by Prad Nukala (aider)
parent 861fbf501d
commit 564b9f1152

View File

@ -1,6 +1,6 @@
# General # General
hide_keymap_window: true hide_keymap_window: true
proc_list_width: 18 proc_list_width: 20
keymap_procs: keymap_procs:
<Enter>: { c: toggle-focus } <Enter>: { c: toggle-focus }
<Tab>: { c: toggle-focus } <Tab>: { c: toggle-focus }
@ -10,10 +10,10 @@ keymap_term:
reset: true reset: true
<M-h>: { c: toggle-focus } # Processes <M-h>: { c: toggle-focus } # Processes
procs: procs:
(editor): ⬓ editor:
cmd: ["nvim"] cmd: ["nvim"]
<gex>: ⎋ gex:
shell: "gex" shell: "gex"
autorestart: true autorestart: true
<sonr>: ⎋ sonr:
shell: "make sh-testnet" shell: "make sh-testnet"