Command-driven core
Hunting through menus? Every action is a registered Command, bound to a chord or one M-x search away. 600+ commands, nothing buried.
Editora has no hidden actions. Every capability (save, toggle a bookmark, start the debugger, switch a theme) is a registered Command with an id and a title. That one decision powers four things at once:
- The command palette (
M-x) fuzzy-searches all 600+ commands, each with a one-line description. - Keybindings are just a map from a chord to a command id, so anything can be bound, or rebound.
- Toolbar buttons dispatch the same commands, so the UI and the keyboard never drift apart.
- The menu bar is a curated view of the same registry, so each item shows its live keybinding and can never name an action that doesn’t exist.
If you can describe it, you can find it by typing a few letters. Browse the full command list.