Skip to content

Keyboard Shortcuts

Zequel supports keyboard shortcuts for common actions. On macOS, shortcuts use the Cmd key. On Windows and Linux, they use Ctrl instead.

Tabs

ActionmacOSWindows / Linux
New query tabCmd+TCtrl+T
Open SQL queryCmd+ECtrl+E
Close tabCmd+WCtrl+W
Next tabCmd+] or Ctrl+TabCtrl+] or Ctrl+Tab
Previous tabCmd+[ or Ctrl+Shift+TabCtrl+[ or Ctrl+Shift+Tab
Jump to tab 1--9Cmd+1 through Cmd+9Ctrl+1 through Ctrl+9

Data & Query

ActionmacOSWindows / Linux
Commit changesCmd+SCtrl+S
Discard changesCmd+Shift+BackspaceCtrl+Shift+Backspace
Refresh dataCmd+RCtrl+R
Save SQL as fileCmd+Shift+SCtrl+Shift+S
Format SQLCmd+Shift+FCtrl+Shift+F
Format SQL (alt)Shift+Alt+FShift+Alt+F

Cmd+S is contextual: in a query tab it saves the query; in a table/view tab with pending edits it applies the changes.

Query Execution

ActionmacOSWindows / Linux
Execute queryCmd+EnterCtrl+Enter
Execute selectionCmd+Shift+EnterCtrl+Shift+Enter
ActionmacOSWindows / Linux
Command paletteCmd+P or Cmd+KCtrl+P or Ctrl+K
Command palette (alt)Cmd+Shift+PCtrl+Shift+P
Focus sidebar searchCmd+LCtrl+L

General

ActionmacOSWindows / Linux
New connectionCmd+NCtrl+N
SettingsCmd+,Ctrl+,
Show keyboard shortcutsCmd+Shift+? or F1Ctrl+Shift+? or F1

Panels

ActionmacOSWindows / Linux
Toggle sidebarCmd+BCtrl+B
Toggle bottom panelCmd+JCtrl+J
Toggle right panelCmd+Shift+BCtrl+Shift+B

Tips

  • Use the command palette (Cmd+P / Ctrl+P) to discover and run actions by name when you do not remember the shortcut.
  • Tab shortcuts (Cmd+1 through Cmd+9) jump directly to the tab at that position, letting you switch between query tabs without cycling through them.
  • Cmd+S works like TablePlus: in a query tab it saves the query, in a table tab it commits pending changes.
  • You can view the full shortcut list at any time by pressing F1 or Cmd+Shift+? to open the Help panel.

Released under the Elastic License 2.0.