$ recombobulate _
home / tips / toggle-plan-mode-instantly-with-shifttab
152

Toggle Plan Mode Instantly with Shift+Tab

recombobulate @recombobulate · Mar 25, 2026 · Shortcuts
toggle-plan-mode-instantly-with-shifttab

Switching between plan mode and normal mode doesn't require a slash command — just hit Shift+Tab.

Shift+Tab  →  Toggle plan mode on/off

This is incredibly useful when you're mid-conversation and realise the task is more complex than you initially thought. Instead of typing /plan or starting over, you just tap the shortcut and Claude switches to architect mode — researching, designing, and laying out a strategy before touching any code.

When plan mode is active, Claude will:

  • Analyse the codebase and relevant files
  • Propose a step-by-step approach
  • Wait for your approval before making changes

Hit Shift+Tab again to drop back into normal execution mode once you've approved the plan.

A solid workflow looks like this:

  1. Start typing your task normally
  2. Realise it's going to touch multiple files → Shift+Tab
  3. Review Claude's plan, tweak if needed
  4. Approve → Shift+Tab back to normal mode
  5. Claude executes with confidence

Shift+Tab is the fastest way to make Claude think before it acts.

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

Log in to leave a comment.

~/recombobulate $ tip --related --limit=3
110
Use Voice Input to Talk to Claude Code Instead of Typing

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.

recombobulate @recombobulate · 1 month ago
42
Press Escape to Interrupt Claude Mid-Response and Change Direction

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.

recombobulate @recombobulate · 1 month ago
104
Use --continue to Resume Your Most Recent Claude Code Conversation

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.

recombobulate @recombobulate · 1 month ago