Docs/Data Explorer

Keyboard shortcuts

Data Explorer follows the shortcuts you already use in browsers, VS Code, Cursor, and JetBrains tools, so the keys work the way your fingers expect.

On macOS, use wherever this page shows Ctrl.

Application

Available anywhere in the desktop app, from the menu bar.

ShortcutAction
Ctrl+1Go to Data Explorer
Ctrl+2Go to Streams
Ctrl+3Go to Account Overview
Ctrl+NNew stream
Ctrl+Shift+NNew connection
Ctrl+BToggle the sidebar
Ctrl+Shift+LToggle the logs panel
Ctrl+,Preferences
Ctrl+ + / - / 0Zoom in, out, or reset
F1Open the documentation

Tabs

ShortcutAction
Ctrl+TNew query tab (in a SQL console) — the + tab
Ctrl+WClose the active tab
Ctrl+Shift+TReopen the last closed tab

Panes are switched by clicking inside the pane you want.

Data grid

Available when a table, view, or file is open and the grid has focus. See Viewing Data and Editing Data.

ShortcutAction
Arrow keysMove between cells
Tab / Shift+TabNext / previous cell
Page Up / Page DownScroll by page
EnterEdit the focused cell
Ctrl+ASelect all rows on the page
Ctrl+CCopy selected rows as TSV
Ctrl+IAdd a new row
DeleteStage selected rows for deletion
Ctrl+ZRevert the most recent cell edit
Ctrl+SSave all staged changes
Ctrl+EnterApply changes in the review drawer
EscapeCancel the edit, or clear the selection

SQL editor

Available when the cursor is in the SQL Console editor.

ShortcutAction
Ctrl+Enter / Shift+EnterRun the query, or just the selection
Ctrl+SpaceTrigger autocomplete
Ctrl+Shift+SpaceShow signature help
Ctrl+FFind in the query
Ctrl+JOpen the template picker
Shift+Alt+FFormat the query
Ctrl+Alt+FFormat using the SQL language server
F12Go to definition
Ctrl+Z / Ctrl+Shift+ZUndo / redo
EscapeClear the selection

AI

Desktop app only. See AI Chat.

ShortcutAction
Ctrl+KGenerate SQL — describe a query; the SQL is written into the editor
Ctrl+LAsk AI — open AI Chat to discuss the query or the database

The split matches Cursor: Ctrl+K writes for you, Ctrl+L talks with you. Ctrl+K works whenever a SQL console is the active tab, even while you are typing in the prompt or the chat. Ctrl+L works anywhere, and inside a SQL console it attaches the query you are looking at.

Generated SQL lands directly in the editor, highlighted, with Keep and Revert — nothing reaches your database until you run it.