From 667301bde4c7b448cfa3fdd4cc086e2fb460cef2 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 25 Dec 2025 18:32:45 +0100 Subject: [PATCH] docs: add Shift+Ctrl+P and Ctrl+L keyboard shortcuts to README Follow-up to #315 --- packages/coding-agent/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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`) |