Skip to main content
Zequel provides extensive keyboard shortcuts to help you work efficiently. All shortcuts are platform-aware and work on both macOS and Windows/Linux.
On macOS, Cmd is used, while on Windows/Linux, Ctrl is used. The shortcuts below use Cmd/Ctrl to indicate this.

General

These shortcuts are available throughout the application.
ShortcutActionDescription
Cmd/Ctrl+NNew connectionOpen the connection dialog to create a new database connection
Cmd/Ctrl+,Open settingsAccess application settings
Cmd/Ctrl+Shift+? or F1Show keyboard shortcutsDisplay the keyboard shortcuts dialog
Cmd/Ctrl+Shift+NNew windowOpen a new application window
Quickly navigate and search within your database.
ShortcutActionDescription
Cmd/Ctrl+POpen command paletteQuick access to tables, views, columns, and saved queries
Cmd/Ctrl+KOpen command paletteAlternative shortcut for command palette
Cmd/Ctrl+Shift+POpen command paletteAnother alternative for command palette
Cmd/Ctrl+LFocus sidebar searchJump to the sidebar search input
Cmd/Ctrl+RRefresh dataReload the current view or table data
Cmd/Ctrl+BToggle sidebarShow or hide the left sidebar
Cmd/Ctrl+JToggle bottom panelShow or hide the bottom panel (logs, history)
Cmd/Ctrl+Shift+BToggle right panelShow or hide the right panel (details, properties)

Tabs

Manage your query and table tabs efficiently.
ShortcutActionDescription
Cmd/Ctrl+TNew query tabCreate a new SQL query tab in the active connection
Cmd/Ctrl+EOpen SQL queryAlternative shortcut to create a new query tab
Cmd/Ctrl+WClose tab/connectionClose the current tab, or close the connection if no tabs are open
Cmd/Ctrl+Shift+WClose windowClose the current window (when connected to a database)
Ctrl+TabNext tabSwitch to the next tab
Ctrl+Shift+TabPrevious tabSwitch to the previous tab
Cmd/Ctrl+]Next tabAlternative shortcut to switch to the next tab (macOS style)
Cmd/Ctrl+[Previous tabAlternative shortcut to switch to the previous tab (macOS style)
Cmd/Ctrl+1 through Cmd/Ctrl+9Switch to tab 1-9Jump directly to a specific tab by number

Query & Editor

Shortcuts for working with SQL queries and the code editor.
ShortcutActionDescription
Cmd/Ctrl+EnterExecute queryRun the entire SQL query in the active editor
Cmd/Ctrl+Shift+EnterExecute selectionRun only the selected SQL statement
Cmd/Ctrl+SCommit changesSave changes made in table edit mode
Cmd/Ctrl+Shift+SSave SQL as fileExport the current SQL query to a file
Cmd/Ctrl+Shift+FFormat SQLAuto-format the SQL query in the editor
Shift+Alt+FFormat SQL (in editor)Alternative formatting shortcut within Monaco editor
Cmd/Ctrl+Shift+BackspaceDiscard changesRevert uncommitted changes in table edit mode
The Execute query and Execute selection shortcuts only work within the Monaco SQL editor. They won’t trigger from other parts of the application.

View Menu

These shortcuts are available from the View menu.
ShortcutActionDescription
Cmd/Ctrl+BToggle sidebarShow/hide the database schema sidebar
Cmd/Ctrl+JToggle bottom panelShow/hide the bottom panel
Cmd/Ctrl+Shift+BToggle right panelShow/hide the right panel

Window Management

ShortcutActionDescription
Cmd/Ctrl+WClose connectionClose the active database connection or current tab
Cmd/Ctrl+Shift+WClose windowForce close the current window
Cmd/Ctrl+Shift+NNew windowOpen a new Zequel window

Editor Features

The Monaco code editor includes standard text editing shortcuts:
  • Copy/Cut/Paste: Standard platform shortcuts (Cmd/Ctrl+C, Cmd/Ctrl+X, Cmd/Ctrl+V)
  • Undo/Redo: Cmd/Ctrl+Z and Cmd/Ctrl+Shift+Z
  • Select All: Cmd/Ctrl+A
  • Find: Cmd/Ctrl+F
  • Replace: Cmd/Ctrl+H
  • Multi-cursor: Alt+Click to add cursors

Global Shortcuts

Most shortcuts in Zequel are “global,” meaning they work even when you’re typing in an input field or the SQL editor. This allows for seamless workflow without leaving your current context.
macOS:
  • Uses Cmd (⌘) as the primary modifier
  • Shortcuts display with symbols: ⌘ (Cmd), ⌃ (Ctrl), ⌥ (Alt), ⇧ (Shift)
  • Special keys show as: ⇥ (Tab), ⌫ (Backspace)
Windows/Linux:
  • Uses Ctrl as the primary modifier
  • Shortcuts display as text: Ctrl+T, Alt+F, Shift+Enter
  • Key combinations use the + separator

Customization

Keyboard shortcuts in Zequel are currently not customizable. If you need different shortcuts, please submit a feature request on GitHub.

Tips

Press F1 or Cmd/Ctrl+Shift+? at any time to view the complete list of keyboard shortcuts within the app.
The Command Palette (Cmd/Ctrl+K or Cmd/Ctrl+P) is the fastest way to navigate to tables, views, and saved queries without using the mouse.

Build docs developers (and LLMs) love