Chapter 37
Keyboard shortcuts
#Global
| Shortcut | Action |
|---|
Ctrl+K | Open / close the command palette |
Ctrl+Shift+A | Show / hide the AI assistant |
Ctrl+` | Show / hide the bottom dock |
Ctrl+Shift+` | New terminal |
Ctrl+Shift+Alt+` | New terminal window |
Ctrl+Shift+5 | Split terminal |
Esc | Close the active dialog or sliding panel |
#SQL Editor
| Shortcut | Action |
|---|
F5 | Execute |
Ctrl+Enter | Execute |
Shift+Alt+F | Format SQL |
Ctrl+↑ / Alt+↑ | Previous statement from history |
Ctrl+↓ / Alt+↓ | Next statement from history |
↑ / ↓ | History recall, when the tab is empty |
Ctrl+F | Find (editor’s own) |
| Double-click a tab | Rename it |
The toolbar’s Execute, Execute script and Explain buttons carry the familiar F8, F9 and F6 labels from classic Oracle IDEs; use the buttons, the palette, or the keys listed above.
#Command palette
| Key | Action |
|---|
↑ / ↓ | Move selection |
Enter | Run |
Esc | Close |
#Terminal
| Key | Action |
|---|
Enter | Submit the line |
↑ / ↓ | Statement history |
Ctrl+C | Clear the statement buffer |
#Results grid
| Action | How |
|---|
| Edit a cell | Double-click (Edit Mode on) |
| Large Data Editor | Right-click a cell |
| Commit an edit | Enter |
| Cancel an edit | Esc |