These shortcuts are built-in and not rebindable:
| Shortcut | Action |
|---|---|
Cmd+F / Ctrl+F |
Find in file (also works in terminal) |
Cmd+G / Ctrl+G |
Go to line (editor) / next match (terminal find) |
Cmd+S / Ctrl+S |
Save current file (in Memory / Work Files panels) |
Shift+Enter |
Insert literal newline in terminal without submitting |
Three shortcuts control session and grid navigation. They are rebindable from Global Settings → Keyboard Shortcuts.
| Action | Default (macOS) | Default (Windows/Linux) | Description |
|---|---|---|---|
| Navigate sessions / grid | Cmd+Shift+↑/↓/←/→ |
Ctrl+Shift+↑/↓/←/→ |
Move between sessions in single view, or between cells in grid view |
| Previous / next session | Cmd+Shift+[ / Cmd+Shift+] |
Ctrl+Shift+[ / Ctrl+Shift+] |
Cycle to the previous or next session in the sidebar |
| Toggle grid view | Cmd+Shift+G |
Ctrl+Shift+G |
Show or hide the session grid overview |
The arrow-based shortcut uses Shift (not Alt) to avoid conflicting with terminal word-jump (Ctrl+Left/Right) and common Linux desktop workspace-switch bindings.
- Open Global Settings (gear icon or the settings button in the toolbar)
- Scroll to the Keyboard Shortcuts section
- Click the button showing the current binding for the action you want to change
- The button changes to "Press keys…" — press your new combination
- At least one modifier (
Cmd/Ctrl,Option/Alt, orShift) is required - Press
Escto cancel without saving, or click the button again to reset to the default - Click Save Settings
Shortcuts take effect immediately after saving — no restart required.
Note: Keyboard shortcuts are global-only and cannot be overridden per project.