Clarify Ctrl+Z docs to mention fg for resume

This commit is contained in:
Mario Zechner 2025-12-21 20:22:29 +01:00
parent 8868d623fc
commit 6683e06376

View file

@ -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 |