Keybindings
Defaults are wezterm-style Alt chords, with a ctrl+space prefix for the rest.
Every action is rebindable — see Configuration.
| Keys | Action |
|---|---|
alt \ |
Split pane side by side |
alt - |
Split pane stacked |
alt h/j/k/l |
Focus the pane in that direction |
alt H/J/K/L |
Move the nearest divider left/down/up/right |
alt z |
Zoom: toggle the pane to full window |
alt q |
Close the pane |
alt Q |
Close the window and all its panes |
alt n |
New window |
alt 1–9 |
Jump to window by tab number |
alt y |
Copy mode: browse history, select, yank |
alt < / alt > |
Scroll the focused pane up / down (wheel events, for full-screen apps like claude) |
alt p |
Toggle the scratch-shell popup |
alt a |
Toggle the AI popup |
alt u |
Agent picker popup |
alt r |
Toggle the HTTP request tool popup |
alt s |
Session switcher popup |
prefix d |
Detach (session keeps running) |
prefix n / p |
Next / previous window |
prefix o |
Focus next pane |
prefix = / - |
Grow / shrink the pane inside its split |
Case matters for Alt (alt + H is Alt+Shift+h); alt + [, alt + ], and
alt + O are reserved by terminal escape sequences.