mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
fix: Update proc_list_width in mprocs.yaml
This commit is contained in:
parent
861fbf501d
commit
564b9f1152
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user