diff options
| author | Jay V <[email protected]> | 2025-08-18 13:51:08 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-08-18 13:51:08 -0400 |
| commit | 745988f9e31363a12d9d091d4e7a524b07adfc2e (patch) | |
| tree | 332986e24cab6c237b7388c05c9d8f0f532b4d97 | |
| parent | 61580e6dce984a04add2c4e120bd20a9c33b15ca (diff) | |
| download | opencode-745988f9e31363a12d9d091d4e7a524b07adfc2e.tar.gz opencode-745988f9e31363a12d9d091d4e7a524b07adfc2e.zip | |
docs:edit
| -rw-r--r-- | packages/web/src/content/docs/docs/tui.mdx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/docs/tui.mdx b/packages/web/src/content/docs/docs/tui.mdx index 9697210b5..495c174ab 100644 --- a/packages/web/src/content/docs/docs/tui.mdx +++ b/packages/web/src/content/docs/docs/tui.mdx @@ -159,7 +159,11 @@ Start a new session. _Alias_: `/clear` ### redo -Redo a previously undone message. Only available after using `/undo`. **Any file changes that were reverted will also be restored.** +Redo a previously undone message. Only available after using `/undo`. + +:::tip +Any file changes will also be restored. +::: ```bash frame="none" /redo @@ -207,7 +211,11 @@ List available themes. ### undo -Undo last message in the conversation. Removes the most recent user message and all subsequent responses. **Any file changes made during the undone messages will also be reverted.** +Undo last message in the conversation. Removes the most recent user message, all subsequent responses, and any file changes. + +:::tip +Any file changes made will also be reverted. +::: ```bash frame="none" /undo |
