description: Manage your space configuration
A built-in UI for editing your space's configuration without having to hand-edit Space Lua blocks in CONFIG.
Lists all configuration options registered via API/config#config.define(key, schema), grouped by category. For each option you can edit its value according to its schema — scalars (string, number, boolean), enums (drop-downs), passwords (masked input), and structured objects all have appropriate editors. Defaults come from the schema, so leaving a field untouched means to use the default.
Lists every Command in the system and lets you rebind its shortcut. Features:
Ctrl-q q.Manage installed Library|Libraries.
The Configuration Manager writes your edits into a managed space-lua block inside your CONFIG page. Simple hand edits to the managed block generally survive a round-trip through the UI, but the authoritative format is whatever the Configuration Manager writes.
Anything you add outside that block is left alone.