Keyboard shortcuts¶
Press ? in the web UI to see the shortcuts overlay.
| Shortcut | Action |
|---|---|
Cmd/Ctrl+K |
Open command palette |
/ |
Focus question input (or the SQL editor when the SQL view is active) |
Cmd/Ctrl+B |
Toggle sidebar |
N |
New conversation |
D |
Toggle chat/dashboard view |
S |
Toggle chat/SQL editor view |
Cmd/Ctrl+Enter |
Run the query in the SQL editor |
Escape |
Close modal / blur input |
? |
Show shortcuts help |
On macOS, shortcuts use Cmd; on Windows/Linux, they use Ctrl.
Text-editing chords¶
Readline-style chords work in the chat input and the SQL editor on every platform.
| Shortcut | Action |
|---|---|
Ctrl+A |
Move to start of line |
Ctrl+E |
Move to end of line |
Ctrl+B |
Move back one character |
Ctrl+F |
Move forward one character |
Ctrl+K |
Delete from cursor to end of line |
Ctrl+U |
Delete from cursor to start of line |
Ctrl+D |
Delete character under cursor |
Ctrl+H |
Delete character before cursor (backspace) |
Related reference¶
- Web UI — the full UI feature catalog
- CLI reference — all
datasightsubcommands - Configuration reference —
.envvariables for LLM, database, and query behavior