Keyboard shortcuts
The factory defaults. Every shortcut is rebindable, so treat these as a starting point.
On macOS, use ⌘ (Command) wherever Ctrl is shown — F5 and other bare keys are the same on every platform.
Query
| Run queryExecute the whole query | F5 |
| Run at cursorExecute just the statement at the cursor | Ctrl + Enter |
| Open .sql fileLoad a query from disk into a new tab | Ctrl + O |
| Save queryWrite the active tab back to its .sql file | Ctrl + S |
| Commit grid editsPersist pending result-grid edits to the database | Ctrl + Shift + S |
| Format SQLReformat the current query | Ctrl + Shift + F |
Tabs
| New query tabOpen a fresh editor tab | Ctrl + T |
| Close tabClose the active tab | Ctrl + W |
| Reopen closed tabRestore the last closed tab | Ctrl + Shift + T |
Editor
| Toggle line commentComment or uncomment the selection | Ctrl + / |
| Zoom inIncrease editor font size | Ctrl + + |
| Zoom outDecrease editor font size | Ctrl + - |
Navigation
| Toggle searchOpen the search box | Ctrl + K |
| Refresh treeReload the connection tree | Ctrl + R |
Rebinding. Change any of these under Settings ▸ Keybindings. If a combo clashes with something your OS already owns, pick another there.
SQL Explorer