Copy the last reply or just its code block

keyboard shortcuts

// what it does

Ctrl+Shift+C (Cmd+Shift+C) copies the full text of ChatGPT's most recent reply to your clipboard; Ctrl+Shift+; (Cmd+Shift+;) copies just the last code block from it. Both save you from selecting and dragging across a long, formatted answer.

// shortcut

Ctrl+Shift+C
Ctrl+Shift+;

// gotcha

Ctrl+Shift+; grabs only the final code block in the reply. If ChatGPT returned several snippets, use the Copy button on the specific block you want instead of the shortcut.

// resources