$ recombobulate _
~/recombobulate $ tip --list --tag="shortcuts"

// 26 tips tagged "shortcuts"

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
64
Toggle /fast for Quicker Responses on Simple Tasks

Not every task needs deep reasoning. Type /fast to switch Claude Code into fast mode — same model, faster output — for quick edits, simple questions, and routine changes. Toggle it off when you need Claude to think harder on complex problems.

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
162
Use claude -p for One-Shot Tasks Without Entering an Interactive Session

The -p (print) flag runs Claude Code as a one-shot command — ask a question, get an answer, and return to your shell. Perfect for quick lookups, scripting, piping output, and integrating Claude into shell workflows without starting a full interactive session.

recombobulate @recombobulate · 1 month ago
151
Write Multiline Prompts by Pressing Enter to Add Lines Before Sending

Claude Code's input supports multiline prompts — press Enter to start a new line without sending. Structure complex prompts with line breaks for readability, paste multi-paragraph instructions, or write detailed specs that Claude can follow step by step.

recombobulate @recombobulate · 1 month ago
194
Press Tab to Autocomplete File Paths and Slash Commands in the Input

When typing file paths or slash commands in Claude Code, press Tab to autocomplete — it suggests matching files from your project and available commands, saving you from typing full paths or remembering exact command names.

recombobulate @recombobulate · 1 month ago
59
Press Up Arrow to Recall and Edit Your Previous Prompts

Press the up arrow key to cycle through your previous prompts — find the one you want, edit it, and send it again. Perfect for tweaking a prompt that almost worked, retrying with different constraints, or repeating a command you use often.

recombobulate @recombobulate · 1 month ago
142
Use /bug to Report Issues with Claude Code Directly from Your Session

When you hit a bug in Claude Code itself — a tool that fails, a wrong edit, or unexpected behavior — type /bug to file a report without leaving your session. It captures the context automatically so the team can reproduce and fix it.

recombobulate @recombobulate · 1 month ago
67
Type /help to See Every Slash Command, Shortcut, and Feature Available

Not sure what Claude Code can do? Type /help to see the full list of slash commands, keyboard shortcuts, CLI flags, and built-in features — it's the fastest way to discover capabilities you didn't know existed without leaving your session.

recombobulate @recombobulate · 1 month ago
196
Use --resume to Browse and Reopen Any Past Conversation

While --continue picks up the last session automatically, --resume shows you a list of all recent conversations so you can choose which one to reopen — jump back into that debugging session from Tuesday or the refactor you paused last week.

recombobulate @recombobulate · 1 month ago
91
Type ! Before a Command to Run It Inline Without Leaving Your Session

Prefix any shell command with ! in a Claude Code session to run it directly — the output appears in the conversation, giving Claude immediate context without you switching to another terminal or asking Claude to run it for you.

recombobulate @recombobulate · 1 month ago