diff --git a/docs/KEYBINDINGS.md b/docs/KEYBINDINGS.md index 044842e00..1c25fa767 100644 --- a/docs/KEYBINDINGS.md +++ b/docs/KEYBINDINGS.md @@ -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 |