From 6683e06376de2319fe3008cacbc5a8de94fe6c2f Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Sun, 21 Dec 2025 20:22:29 +0100 Subject: [PATCH] Clarify Ctrl+Z docs to mention fg for resume --- packages/coding-agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/coding-agent/README.md b/packages/coding-agent/README.md index e646b6a4..d9443a42 100644 --- a/packages/coding-agent/README.md +++ b/packages/coding-agent/README.md @@ -226,7 +226,7 @@ The agent reads, writes, and edits files, and executes commands via bash. | Escape | Cancel autocomplete / abort streaming | | Ctrl+C | Clear editor (first) / exit (second) | | Ctrl+D | Exit (when editor is empty) | -| Ctrl+Z | Suspend to background | +| Ctrl+Z | Suspend to background (use `fg` in shell to resume) | | Shift+Tab | Cycle thinking level | | Ctrl+P | Cycle models (scoped by `--models`) | | Ctrl+O | Toggle tool output expansion |