Prefix: ctrl+space
All prefix bindings: press ctrl+space, release, then press the key.
Splits
| Binding | Action |
ctrl+space → % | Vertical split (vsplit) |
ctrl+space → " | Horizontal split (hsplit) |
Splits open in the current working directory.
Pane Navigation
Without Prefix (direct)
| Binding | Direction |
alt+h | Left |
alt+j | Down |
alt+k | Up |
alt+l | Right |
With Prefix
| Binding | Direction |
ctrl+space → h | Left |
ctrl+space → j | Down |
ctrl+space → k | Up |
ctrl+space → l | Right |
Pane Resize
| Binding | Action |
ctrl+space → Shift+h | Narrower |
ctrl+space → Shift+j | Shorter |
ctrl+space → Shift+k | Taller |
ctrl+space → Shift+l | Wider |
Tabs
Switch (direct)
Manage
| Binding | Action |
ctrl+space → c | New tab |
ctrl+space → x | Close pane |
Misc
| Binding | Action |
ctrl+space → z | Zoom toggle (stack layout) |
ctrl+space → r | Reload config |
Layout Info
splits= and stack are enabled. Stack = one pane fullscreen (like tmux zoom).