Skip to content

Commit 63eba0d

Browse files
luisxcamCopilot
andcommitted
Fix Rewind quote formatting in article
- render the Rewind section as a blockquote with bullet points Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0afef60 commit 63eba0d

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

src/posts/claude-code-vs-github-copilot.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,15 @@ Let me provide a cleaner version, with a bit more insight.
148148

149149
I believe this is the only thing that I actually thought was pretty amazing. So what's this magical feature? As per their docs:
150150

151-
```
152-
Press Esc twice (Esc + Esc) or use the /rewind command to open the rewind menu. A scrollable list shows each of your prompts from the session. Select the point you want to act on, then choose an action:
153-
154-
- Restore code and conversation: revert both code and conversation to that point
155-
- Restore conversation: rewind to that message while keeping current code
156-
- Restore code: revert file changes while keeping the conversation
157-
- Summarize from here: compress the conversation from this point forward into a summary, freeing context window space
158-
- Never mind: return to the message list without making changes
159-
160-
After restoring the conversation or summarizing, the original prompt from the selected message is restored into the input field so you can re-send or edit it.
161-
```
151+
> Press Esc twice (Esc + Esc) or use the `/rewind` command to open the rewind menu. A scrollable list shows each of your prompts from the session. Select the point you want to act on, then choose an action:
152+
>
153+
> - **Restore code and conversation**: revert both code and conversation to that point
154+
> - **Restore conversation**: rewind to that message while keeping current code
155+
> - **Restore code**: revert file changes while keeping the conversation
156+
> - **Summarize from here**: compress the conversation from this point forward into a summary, freeing context window space
157+
> - **Never mind**: return to the message list without making changes
158+
>
159+
> After restoring the conversation or summarizing, the original prompt from the selected message is restored into the input field so you can re-send or edit it.
162160
163161
Now, does this justify one tool over the other? I honestly don't think so. But nonetheless, very very cool.
164162

0 commit comments

Comments
 (0)