Skip to content

Keyboard shortcuts

Press F1 (or ?) anywhere in the app to see this list in a dialog.

SQL editor

ShortcutAction
F5 or Ctrl+EnterRun the query — the selection if there is one
F6Show the execution plan (EXPLAIN)
Ctrl+Shift+FFormat the SQL
Ctrl+TNew SQL tab

Data grid

ShortcutAction
Enter or F2Edit the selected cell
EscCancel the edit
TabNext cell in the row
↑ ↓ ← →Move between cells
Shift+clickSelect a range of cells
Ctrl+CCopy the selected cells
Ctrl+VPaste into cells
Ctrl+SSave pending changes
DeleteSet the cell to NULL

Windows and tabs

ShortcutAction
F1 or ?Show this shortcut list
Ctrl+TNew SQL tab
Ctrl+WClose the active tab
Alt+F4Quit 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.