This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Zed
zed.dev
did:plc:h4nlizncnhhcq7mwpz3uuvzk
If you frequently run a series of commands repeatedly, you can now bundle them into one action with `action::Sequence` in your `keymap.json`.
```
"cmd-alt-a": [
"action::Sequence",
["workspace::CloseAllDocks", "workspace::CloseInactiveTabsAndPanes"]
]
```
2025-10-17T18:39:35.979Z