diff --git a/packages/coding-agent/README.md b/packages/coding-agent/README.md index 83eef290..63fefa79 100644 --- a/packages/coding-agent/README.md +++ b/packages/coding-agent/README.md @@ -244,7 +244,8 @@ The agent reads, writes, and edits files, and executes commands via bash. | Ctrl+D | Exit (when editor is empty) | | Ctrl+Z | Suspend to background (use `fg` in shell to resume) | | Shift+Tab | Cycle thinking level | -| Ctrl+P | Cycle models (scoped by `--models`) | +| Ctrl+P / Shift+Ctrl+P | Cycle models forward/backward (scoped by `--models`) | +| Ctrl+L | Open model selector | | Ctrl+O | Toggle tool output expansion | | Ctrl+T | Toggle thinking block visibility | | Ctrl+G | Edit message in external editor (`$VISUAL` or `$EDITOR`) |