docs(tui): document provider picker shortcut

This commit is contained in:
CodeWhale Bot
2026-08-30 16:47:04 -07:00
parent 55fb926277
commit d9bd021fe6

View File

@@ -12,6 +12,7 @@ Global key chords are not yet user-configurable — tracked for a future release
|----------------------|---------------------------------------------------------------|
| `F1` or `Ctrl-/` | Toggle the help overlay |
| `F2` | Toggle the typed Settings editor |
| `F3` | Open the provider/model picker (same as `/provider`) |
| `Ctrl-K` | Open the command palette (slash-command finder) |
| `Ctrl-C` | Cancel current turn / dismiss modal / arm-then-confirm quit |
| `Ctrl-B` | Move a supported foreground shell wait into `/jobs` so the turn can continue; use `/jobs` or `Bash` with `action: "wait"` to inspect it |