$ recombobulate _
home / tips / use-resume-to-pick-up-where-you-left-off
0

Use --resume to Pick Up Where You Left Off

bagwaa @bagwaa · Mar 25, 2026 · Shortcuts
use-resume-to-pick-up-where-you-left-off

Ever close a terminal mid-task and lose your entire conversation? The --resume flag is your safety net.

claude --resume

This reopens your most recent session with the full conversation history intact — including tool calls, reasoning, and file edits. No re-explaining the task, no lost context.

You can also resume a specific session by passing its ID:

claude --resume session_abc123

A few things to know:

  • Resumed sessions keep their full context, so you pick up exactly where Claude stopped — not from a summary.
  • If the session used parallel tool calls, they're all restored properly.
  • Combine it with --continue (-c) if you just want to continue the last conversation without specifying a session ID.
# Quick shorthand to continue the last conversation
claude -c

Closing your terminal no longer means starting over — just --resume and keep going.

~/recombobulate $ tip --comments --count=0

Log in to leave a comment.

~/recombobulate $ tip --related --limit=3
0
Ask Side Questions Without Polluting Context with /btw

The /btw command lets you ask quick side questions that are answered immediately but never added to the conversation history.

bagwaa @bagwaa · 1 hour ago
0
Jump Back Into Your Most Recent Conversation with --continue

The --continue flag loads your most recent conversation instantly, no session ID required.

bagwaa @bagwaa · 1 hour ago
0
Give Claude Visual Context by Pasting Images from Any Source

Claude Code accepts images from any clipboard source — screenshots, Slack messages, browser windows, and design mockups all paste directly into your prompt.

bagwaa @bagwaa · 3 hours ago