Keyboard Shortcuts
Editor
| Action | Shortcut |
|---|---|
| Run selected query (or full editor) | Ctrl+Enter |
| Run all statements | Ctrl+Shift+Enter |
| Focus editor | Ctrl+I |
| Format SQL | Ctrl+Shift+F |
| Save as script | Ctrl+S |
| New editor tab | Ctrl+T |
| Close editor tab | Ctrl+W |
| Auto-complete | Ctrl+Space |
| Quick Fix | Ctrl+. |
| Go to line | Ctrl+G |
| Find in editor | Ctrl+F |
| Select all | Ctrl+A |
| Comment / Uncomment line | Ctrl+/ |
| Duplicate line | Alt+Shift+↓ |
| Move line up / down | Alt+↑ / Alt+↓ |
Query & Explain
| Action | Shortcut |
|---|---|
| Explain query | Ctrl+Shift+E |
| Explain Analyze | Ctrl+Alt+E |
| Open Schema Diff | Ctrl+Shift+D |
Transactions
| Action | Shortcut |
|---|---|
| Begin transaction | Ctrl+Shift+7 |
| Commit transaction | Ctrl+Shift+8 |
| Rollback transaction | Ctrl+Shift+9 |
Navigation
| Action | Shortcut |
|---|---|
| Command Palette | Ctrl+Shift+P |
| Context Search | Ctrl+E |
| Open Project Hub | Ctrl+P |
| Toggle left sidebar | Ctrl+B |
| Toggle right sidebar | Ctrl+Alt+B |
| Toggle result panel | Ctrl+J |
| Toggle Audit Log | Ctrl+Shift+L |
| Open keyboard shortcuts panel | Ctrl+K then Ctrl+B |
Environment Switching
| Action | Shortcut |
|---|---|
| Switch to Local | Alt+Shift+L |
| Switch to Development | Alt+Shift+D |
| Switch to Testing | Alt+Shift+T |
| Switch to Staging | Alt+Shift+G |
| Switch to Production | Alt+Shift+P |
Tabs
| Action | Shortcut |
|---|---|
| Switch to next tab | Ctrl+Tab |
| Switch to previous tab | Ctrl+Shift+Tab |
| Switch to tab by number | Ctrl+1 … Ctrl+9 |
Result Panel
| Action | Shortcut |
|---|---|
| Open Row Detail | F4 |
| Navigate rows in Row Detail | ↑ / ↓ |
| Focus WHERE filter | Ctrl+F (while Result panel focused) |
| Focus ORDER filter | Ctrl+Shift+O (while Result panel focused) |
| Clear filters | Esc |
Window & App
| Action | Shortcut |
|---|---|
| Focus Mode toggle | Ctrl+Alt+Z |
| Toggle View Mode (read-only) | Alt+Shift+V |
| Lock app | Ctrl+L |
| Settings | Ctrl+, |
| Reload application | Ctrl+Shift+R |
| Zoom in | Ctrl+= |
| Zoom out | Ctrl+- |
| Reset zoom | Ctrl+0 |