Skip to content

Commit 745988f

Browse files
committed
docs:edit
1 parent 61580e6 commit 745988f

File tree

1 file changed

+10
-2
lines changed
  • packages/web/src/content/docs/docs

1 file changed

+10
-2
lines changed

packages/web/src/content/docs/docs/tui.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,11 @@ Start a new session. _Alias_: `/clear`
159159

160160
### redo
161161

162-
Redo a previously undone message. Only available after using `/undo`. **Any file changes that were reverted will also be restored.**
162+
Redo a previously undone message. Only available after using `/undo`.
163+
164+
:::tip
165+
Any file changes will also be restored.
166+
:::
163167

164168
```bash frame="none"
165169
/redo
@@ -207,7 +211,11 @@ List available themes.
207211

208212
### undo
209213

210-
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.**
214+
Undo last message in the conversation. Removes the most recent user message, all subsequent responses, and any file changes.
215+
216+
:::tip
217+
Any file changes made will also be reverted.
218+
:::
211219

212220
```bash frame="none"
213221
/undo

0 commit comments

Comments
 (0)