Keybindings
The TUI has two modes: normal mode (command mode) and insert mode (PTY forwarding).
Normal mode
Default mode. Keys control the TUI.
| Key | Action |
|---|---|
| i | Enter insert mode |
| Ctrl+P | Open menu |
| Ctrl+J / Ctrl+K | Select next / previous agent |
| Ctrl+] | Toggle PTY session |
| Shift+PageUp/Down | Scroll half page |
| Shift+Home/End | Scroll to top / bottom |
Insert mode
All keystrokes are forwarded to the active PTY.
| Key | Action |
|---|---|
| Ctrl+P | Open menu (same modifiers work as in normal mode) |
Global
| Key | Action |
|---|---|
| Ctrl+Q | Quit botster |