feat(coding-agent): add Ctrl+Z to suspend process (#267)
* feat(tui): add isCtrlZ key detection and resetRenderState method * feat(coding-agent): add Ctrl+Z handler to suspend process * docs(coding-agent): add Ctrl+Z to keyboard shortcuts documentation * feat(tui): add force parameter to requestRender
This commit is contained in:
@@ -226,6 +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 |
|
||||
| Shift+Tab | Cycle thinking level |
|
||||
| Ctrl+P | Cycle models (scoped by `--models`) |
|
||||
| Ctrl+O | Toggle tool output expansion |
|
||||
|
||||
Reference in New Issue
Block a user