Use Escape to Interrupt Claude and Redirect Without Waiting
You're watching Claude edit the wrong file. Or it's building a component you didn't ask for. Every second you wait is wasted context and wasted tokens. Press Escape.
# Claude is mid-response, editing the wrong file...
# Press Escape immediately
# Then type your correction:
"Wrong file — I meant src/utils/auth.ts, same change"
Escape stops Claude's current generation instantly. The partial response stays in context, so Claude knows what it already tried. Your follow-up can be short because Claude has the full picture of what it was doing and why you stopped it.
This is dramatically faster than the alternative: waiting 30 seconds for a wrong response to finish, then explaining what went wrong, then waiting again for the corrected version. Interrupt early, redirect fast.
A few patterns where Escape saves serious time:
- Claude picks the wrong file — stop it and name the right one
- Claude starts a full rewrite when you wanted a small edit — interrupt and clarify scope
- Claude goes down a debugging rabbit hole — stop and point it at the actual cause
- Claude starts adding tests you didn't ask for — redirect to the task at hand
The key insight is that interrupting isn't rude or wasteful. The partial response gives Claude useful context about what not to do next. An early interrupt followed by a one-line redirect is almost always faster than letting a wrong approach run to completion.
Don't wait for a wrong answer to finish — the Escape key is your fastest feedback loop.
via Claude Code
Log in to leave a comment.
When typing feels slow — describing a complex bug, explaining architecture, or thinking through a problem out loud — press Option+V to switch to voice input. Speak naturally and Claude Code transcribes your words into a prompt, so you can describe what you need at the speed of thought.
When Claude is heading down the wrong path — editing the wrong file, writing code you don't want, or giving a long explanation you don't need — press Escape to stop it immediately. You keep everything it did up to that point and can redirect with a new prompt.
Closed a session and realized you weren't done? Pass --continue (or -c) when launching Claude Code to pick up exactly where you left off — same context, same files, same conversation history — without re-explaining what you were working on.