Settings Reference
This is a complete reference of all Zeo configuration options.
Editor Settings
editor.grid.size
Grid size in current units.
- Type:
number - Default:
2.54
editor.grid.visible
Show grid lines.
- Type:
boolean - Default:
true
editor.snap.enabled
Enable snap to grid.
- Type:
boolean - Default:
true
AI Settings
ai.enabled
Enable AI assistant.
- Type:
boolean - Default:
true
ai.model
AI model to use.
- Type:
string - Default:
"claude-sonnet" - Options:
"claude-sonnet","claude-opus"
ai.autoSuggest
Show automatic suggestions.
- Type:
boolean - Default:
true
Appearance Settings
appearance.theme
Color theme.
- Type:
string - Default:
"system" - Options:
"light","dark","system"
appearance.fontSize
Editor font size.
- Type:
number - Default:
14
Keybindings
keys.activateAssistant
Keyboard shortcut to activate AI assistant.
- Type:
string - Default:
"Ctrl+Space"(Linux),"Cmd+Space"(macOS)