## Watch your changes in the diff panel
The whole hunk
from line 196, old and new numbered
/
lines
from line 196
196196* **`[`**: writes the full conversation into your terminal's native scrollback buffer, with all tool output expanded. The conversation is now ordinary text in your terminal, so `Cmd+f`, tmux copy mode, and any other native tool can search or select it. Long sessions may pause for a moment while this happens. This lasts until you exit transcript mode with `Esc` or `q`, which returns you to fullscreen rendering. The next `Ctrl+o` starts fresh.
197197* **`v`**: writes the conversation to a temporary file and opens it in `$VISUAL` or `$EDITOR`.
198198
199## Watch your changes in the diff panel
200
201In fullscreen rendering, [`/diff`](/docs/en/interactive-mode#review-changes-with-%2Fdiff) opens a panel beside the conversation rather than a viewer you have to close, so you can watch the changes accumulate while Claude works. In a wide terminal the panel can also open on its own once Claude starts editing files. [Diff panel](/docs/en/interactive-mode#diff-panel) covers what it shows, how to keep it closed, and how to change what it compares against.
202
199203## Clear the conversation
200204
201205Run `/clear` to start a new conversation.