docs(coding-agent): explain Windows Terminal Alt+Enter remap (#1967)

This commit is contained in:
Fero
2026-03-09 13:31:42 +01:00
committed by GitHub
parent 78bf0262e5
commit b621f3eefd
2 changed files with 12 additions and 2 deletions

View File

@@ -186,6 +186,8 @@ Submit messages while the agent is working:
- **Escape** aborts and restores queued messages to editor
- **Alt+Up** retrieves queued messages back to editor
On Windows Terminal, `Alt+Enter` is fullscreen by default. Remap it in [docs/terminal-setup.md](docs/terminal-setup.md) so pi can receive the follow-up shortcut.
Configure delivery in [settings](docs/settings.md): `steeringMode` and `followUpMode` can be `"one-at-a-time"` (default, waits for response) or `"all"` (delivers all queued at once). `transport` selects provider transport preference (`"sse"`, `"websocket"`, or `"auto"`) for providers that support multiple transports.
---