Click any key on the keyboard to see what it does.
Filter by surface to see which keys are active in each context.
Press ? inside the plugin to see the full help popup.
Showing all mapped keys across all surfaces
138 keymaps
| Key | Description |
|---|---|
? | Show help popup |
C-p | Command palette (searchable actions) |
gG | ER diagram float |
gC | Switch database connection |
C-g | Switch connection (alt) |
gT | Table picker (floating) |
gt | Table picker (alt) |
gh | Query history browser |
gq | Load saved query |
Q | Welcome / home screen |
q | Open query pad |
A | AI SQL generation |
gb | Schema sidebar (toggle) |
gw | Jump to grid window |
j | Move down one row |
k | Move up one row |
h | Move left |
l | Move right |
w | Next column |
b | Previous column |
Tab | Next column |
S-Tab | Previous column |
e | End of cell / next column |
gg | First data row |
G | Last data row |
0 | First column |
^ | First column (alt) |
$ | Last column |
{ | Previous modified row |
} | Next modified row |
i | Edit cell (open inline editor) |
CR | Edit cell (enter) |
x | Set cell to NULL |
p | Paste clipboard into cell |
P | Paste multi-line into consecutive rows |
o | Insert new blank row |
c | Clone row (clear PKs) |
d | Toggle row deletion staging |
a | Apply all staged changes to DB |
u | Undo last staged edit |
C-r | Redo |
U | Undo all (reset to original) |
e | Set selected cells to same value |
d | Toggle delete on selected rows |
x | Set selected cells to NULL |
y | Yank selected cells in column |
gd | Diff exactly 2 selected rows |
- | Hide column under cursor |
g- | Restore all hidden columns |
gH | Column visibility picker |
= | Cycle column width |
T | Toggle column type row |
K | Row view (vertical transpose) |
gl | Toggle live SQL preview float |
s | Sort column (ASC / DESC / off) |
S | Stacked sort (up to 3 levels) |
f | Quick filter by cell value |
gn | Filter: column IS NULL |
gF | Interactive filter builder |
C-f | Freeform WHERE expression |
F | Clear all active filters |
gp | Load saved filter preset |
gP | Save current filters as preset |
X | Reset view (clear sort + filter) |
L | Next page |
H | Previous page |
]p | Next page (bracket alias) |
[p | Previous page (bracket alias) |
]P | Last page |
[P | First page |
ge | Explain cell (type, value, status) |
gs | Preview staged SQL |
gc | Copy staged SQL to clipboard |
gi | Table info (columns, types, PKs) |
gI | Table properties float |
gN | Rename column display header |
ga | Aggregate column (count/sum/avg) |
gS | Column statistics popup |
gR | Table profile (sparklines) |
gV | Show CREATE TABLE DDL |
gQ | Explain query plan |
gx | Open URL in current cell |
gD | Diff against another table |
gE | Export to clipboard (CSV/JSON/SQL/MD) |
gX | Export to file |
y | Yank cell value to clipboard |
Y | Yank row as CSV |
gY | Yank entire table as CSV |
gy | Yank table as Markdown |
gf | Follow foreign key |
C-o | Back in FK stack |
r | Refresh (re-run query) |
gW | Toggle watch mode (auto-refresh) |
g! | Toggle write mode (file persist) |
gO | Open as editable table |
gA | AI-generated staged rows (GripFill) |
1 | Grid: sidebar | QP: sidebar | Sidebar: connections |
2 | Grid: query pad | QP: history | Sidebar: query pad |
3 | Grid: table picker | QP: grid | Sidebar: open table |
4 | ER diagram float |
5 | Column stats |
6 | Columns view |
7 | Foreign keys view |
8 | Indexes view |
9 | Constraints view |
C-CR | Execute query |
C-s | Save current query |
gA | AI SQL generation |
gF | Format SQL |
q | Close query pad |
gn | Open notebook file |
CR | Open table under cursor |
l | Expand node |
h | Collapse node |
zo | Expand (vim fold style) |
zc | Collapse (vim fold style) |
L | Expand all tables |
H | Collapse all tables |
/ | Filter by table name |
F | Clear filter |
n | Next table node |
N | Previous table node |
r | Refresh schema |
R | Force-refresh schema |
y | Yank table/column name |
go | Open table (smart ORDER BY) |
Esc | Close sidebar |
D | Drop table (with confirm) |
+ | Create new table |
ga | Attach external DB (DuckDB) |
gd | Detach attached database |
gc | Switch connection |
CR | Save and close (insert + normal) |
C-s | Save and close (alt) |
Esc | Cancel (normal mode) |
q | Cancel (normal mode) |
C-c | Cancel (insert mode) |
gx | Open cell value as URL in browser |