Closed tx46 closed 3 months ago
i would like to be able to execute multiple verbs with a single key-press. my particular use case:
{ key: "m", internal: [":toggle_stage", ":line_down"] }
is this already possible to do in some way?
Yes:
{ key: m cmd: ":toggle_stage;:line_down" }
cf https://dystroy.org/broot/conf_verbs/#cmd-execution
i would like to be able to execute multiple verbs with a single key-press. my particular use case:
{ key: "m", internal: [":toggle_stage", ":line_down"] }
is this already possible to do in some way?