Reference
Keyboard Shortcuts
| Shortcut | Action |
|---|
| Ctrl+] | Detach from session (session keeps running) |
| Key | Action |
|---|
↑/↓ or j/k | Navigate sessions |
Enter | Attach to selected session |
x | Stop selected session |
r | Refresh session list |
g / G | Jump to top / bottom |
q or Esc | Quit |
| Shortcut | Action |
|---|
| Cmd+Shift+N (macOS) / Ctrl+Shift+N | Create new session in current project directory |
| Shortcut | Action |
|---|
| Standard terminal shortcuts | Passed through to the remote shell |
| Shift+Enter | Insert newline without submitting (for programs like Claude Code that support extended key reporting) |
| Cmd+K (macOS) / Ctrl+Shift+K | Clear scrollback buffer |
| Ctrl+Shift+F | Toggle terminal search |
| Cmd+= / Cmd+- | Increase/decrease font size |
| Pinch-to-zoom | Increase/decrease font size (touch devices) |
Font size changes send SIGWINCH — the terminal columns and rows adjust to fit the viewport at the new font size. Scroll position is preserved.
| Shortcut | Action |
|---|
| Click cell | Select cell for keyboard input |
| Double-click cell | Zoom/expand cell |
| Cmd+= / Cmd+- | Increase/decrease font size of selected cell |
| Pinch-to-zoom | Increase/decrease font size (touch devices) |
| Escape | Unzoom, then deselect |
Font size is saved per session and shared across all views (grid, lanes, and single-session). Every font size change sends SIGWINCH to recompute terminal dimensions — the container stays fixed while columns and rows adjust to fit the new cell size.
The mobile toolbar provides button equivalents for common actions:
| Button | Action |
|---|
| Keyboard icon | Open/close scratchpad |
| Search icon | Open terminal search |
| Microphone icon | Start voice input |
| Folder icon | Open file browser |
| Share icon | Open share dialog |