Keyboard shortcuts
Press F1 (or ?) anywhere in the app to see this list in a dialog.
SQL editor
| Shortcut | Action |
|---|---|
F5 or Ctrl+Enter | Run the query — the selection if there is one |
F6 | Show the execution plan (EXPLAIN) |
Ctrl+Shift+F | Format the SQL |
Ctrl+T | New SQL tab |
Data grid
| Shortcut | Action |
|---|---|
Enter or F2 | Edit the selected cell |
Esc | Cancel the edit |
Tab | Next cell in the row |
↑ ↓ ← → | Move between cells |
Shift+click | Select a range of cells |
Ctrl+C | Copy the selected cells |
Ctrl+V | Paste into cells |
Ctrl+S | Save pending changes |
Delete | Set the cell to NULL |
Windows and tabs
| Shortcut | Action |
|---|---|
F1 or ? | Show this shortcut list |
Ctrl+T | New SQL tab |
Ctrl+W | Close the active tab |
Alt+F4 | Quit NabuSQL |
INFO
Delete in the data grid sets a cell to NULL — it does not delete the row. To delete rows, select them and use Delete row from the right-click menu.
