Keyboard Shortcuts

Complete hotkey reference for Glitch AI Engine. These match the in-app Settings → Shortcuts page exactly.

Note: Glitch uses Ctrl+Shift combinations for terminal actions (not Ctrl alone) so they don't conflict with shell shortcuts like Ctrl+C (SIGINT).

Session Operations

Create, rename, and close terminal sessions.

ShortcutAction
Ctrl + Shift + TOpen New Tab (shows toast)
Ctrl + Shift + RRename Active Tab (also: double-click tab bar)
Ctrl + Shift + WClose Current Tab (last tab quits app)

Navigation

Move across tabs and reposition active tabs.

ShortcutAction
Ctrl + Shift + RightGo To Next Tab
Ctrl + Shift + LeftGo To Previous Tab
Ctrl + Shift + UpMove Active Tab Left
Ctrl + Shift + DownMove Active Tab Right

Layout Control

Split and close pane layouts for multi-session work.

ShortcutAction
Ctrl + Shift + ESplit Terminal Vertically (side-by-side)
Ctrl + Shift + OSplit Terminal Horizontally (stacked)
Ctrl + Shift + XClose Active Pane

Clipboard & Selection

Copy, paste, and select terminal content without leaving the keyboard.

ShortcutAction
Ctrl + Shift + CCopy Selection
Ctrl + Shift + VPaste Clipboard
Ctrl + Shift + ASelect All Terminal Text

View Control

Tune terminal zoom and open the command palette.

ShortcutAction
Ctrl + + (or =)Zoom In (max 3.0×)
Ctrl + -Zoom Out (min 0.5×)
Ctrl + 0Reset Zoom to 1.0×
Ctrl + Shift + POpen Command Palette

Tab Rename Keys

While inline tab rename is active:

KeyAction
EnterCommit new tab title
EscapeCancel rename

AI Panel Input

When the AI panel input field is focused:

KeyAction
EnterSend message (or stop streaming if response in progress)
Shift + EnterInsert newline in input
Backspace (at end of input)Remove last @file attachment chip

Mouse & Gesture Shortcuts

ActionHow
Open context menuRight-click in terminal
Send to AIRight-click with text selected → Send to AI
Open URLCtrl + click on detected URL
Tab context menuRight-click on tab bar → Move Left/Right, Close
Toggle AI panelClick sparkles icon in header (no keyboard shortcut)

Menu-Only Actions (No Default Shortcut)

These are available from the header menu but have no keyboard binding:

  • Full Screen toggle
  • Read Only toggle
  • Settings dialog
  • Focus pane left / right / up / down