Editor Settings
Configure the SQL editor in Settings > Editor.

Font Settings
Font Family
The font picker shows installed monospaced families on your Mac.| Font | Description |
|---|---|
| System Mono | macOS default monospace (recommended) |
| SF Mono | San Francisco Mono |
| Menlo | Classic macOS monospace |
| Monaco | Traditional Mac programming font |
| Courier New | Cross-platform standard |


Font Size
| Setting | Range | Default |
|---|---|---|
| Font Size | 11-18 pt | 13 pt |


Display Settings
Line Numbers
| Option | Description |
|---|---|
| On | Show line numbers (default) |
| Off | Hide for a minimal look |


Current Line Highlight
| Option | Description |
|---|---|
| On | Highlight the line with cursor (default) |
| Off | No highlight |


Word Wrap
| Option | Description |
|---|---|
| Off | Long lines scroll horizontally (default) |
| On | Long lines wrap to next line |


Indentation Settings
Tab Width
| Setting | Options | Default |
|---|---|---|
| Tab Width | 1-16 spaces | 4 |


Editor Behavior
Auto-Uppercase Keywords
| Option | Description |
|---|---|
| Off | Keywords stay as typed (default) |
| On | SQL keywords auto-uppercase when you type a space or delimiter |
Query Parameters
| Option | Description |
|---|---|
| On | Detect :name placeholders and show the parameter panel (default) |
| Off | Send :name tokens to the database as-is |
:name placeholders show an inline panel for entering values. See Query Parameters for details.
Autocomplete
Autocomplete is always on. Dismiss withEscape. See Autocomplete for details.
JSON Viewer
| Setting | Options | Default |
|---|---|---|
| Default view | Text, Tree | Text |
Keyboard Shortcuts
| Action | Shortcut |
|---|---|
| Execute query | Cmd+Enter |
| Undo | Cmd+Z |
| Redo | Cmd+Shift+Z |
| Find | Cmd+F |
| Replace | Cmd+Option+F |
| Select All | Cmd+A |
| Go to Line | Cmd+G |
