Claude Code Keyboard Shortcuts & Commands (8)
Complete collection of 8 Claude Code keyboard shortcuts and commands. Browse all shortcuts organized by category with our interactive search tool.
About Claude Code
Claude Code is a popular AI tool used by professionals worldwide. Learning keyboard shortcuts can dramatically speed up your workflow — studies show shortcut users save an average of 8 days per year compared to mouse-only users.
This page covers all 33 Claude Code shortcuts across 5 categories: Core Commands, File & Code Operations, MCP & Integrations, CLI Flags (Startup), Prompt Tips. Each shortcut includes a description to help you understand when and how to use it effectively.
💡 Pro Tips for Claude Code Users
Start with the essentials: Learn /help (Show help) and /clear (Clear conversation) first — these are the most commonly used.
Practice daily: Pick 2–3 new shortcuts each day and consciously use them instead of the mouse. Within a week, they become muscle memory.
Print this cheat sheet: Keep a reference nearby until shortcuts become automatic. Focus on the Core Commands category first.
AI workflow tip: Combine keyboard shortcuts with prompt templates to create a fast, repeatable workflow. Save your best prompts and trigger them instantly.
Related Shortcut Pages
Search all Claude Code shortcuts interactively with real-time filtering
Open Interactive Shortcut FinderAll Shortcuts
Core Commands
| Shortcut | Action | Description |
|---|---|---|
| / help | Show help | Display all available slash commands. |
| / clear | Clear conversation | Clear the current conversation history. |
| / compact | Compact mode | Compress conversation context to save tokens. |
| / cost | Show token cost | Display token usage and cost for the session. |
| / status | Account status | Show current account and API status. |
| / doctor | Health check | Diagnose configuration and environment issues. |
| / bug | Report bug | Open a pre-filled bug report. |
| / release-notes | Release notes | Show the latest Claude Code release notes. |
| Esc | Stop / interrupt | Stop the current response or operation immediately. |
| Ctrl + C | Cancel | Cancel the current operation or exit. |
File & Code Operations
| Shortcut | Action | Description |
|---|---|---|
| Tab | Autocomplete path | Autocomplete file names and directory paths. |
| / add-dir <path> | Add directory | Add an additional directory to the working context. |
| / diff | Show diff | Display pending file changes as a diff. |
| / undo | Undo last edit | Revert the most recent file modification. |
| / ls | List files | Show files in the current working directory. |
MCP & Integrations
| Shortcut | Action | Description |
|---|---|---|
| / mcp | MCP status | Show connected MCP (Model Context Protocol) servers. |
| / mcp add <name> | Add MCP server | Connect a new MCP server by name or URL. |
| / permissions | Edit permissions | View and edit tool permission settings. |
| --allowedTools | Allow specific tools | Flag to whitelist specific tools when starting. |
| --dangerously-skip-permissions | Skip permission prompts | Skip all permission checks (use with caution). |
CLI Flags (Startup)
| Shortcut | Action | Description |
|---|---|---|
| claude --print | Print mode (-p) | Non-interactive mode: print response and exit. |
| claude --model <id> | Select model | Specify which Claude model to use. |
| claude --continue | Continue last session | Resume the most recent conversation. |
| claude --resume <id> | Resume by ID | Resume a specific past conversation by session ID. |
| cat file.py | claude | Pipe input | Pipe file or stdin content directly into Claude Code. |
| claude --no-markdown | Plain text output | Disable Markdown formatting in responses. |
| claude --output-format json | JSON output | Return structured JSON output for scripting. |
Prompt Tips
| Shortcut | Action | Description |
|---|---|---|
| Think step by step | Activate reasoning | Triggers extended thinking for complex problems. |
| Use ultrathink | Deep reasoning mode | Activates maximum thinking budget for hard tasks. |
| Be concise | Shorter responses | Instructs Claude to give compact answers. |
| Implement, do not explain | Code-only mode | Skip explanations and produce code directly. |
| Run the tests after | Auto-validate | Tell Claude to run tests after making changes. |
| Do not modify other files | Scope limit | Restrict changes to specified files only. |
Frequently Asked Questions
What are the most useful Claude Code shortcuts?
Claude Code has 8 essential shortcuts and commands. Visit the interactive shortcut finder at shortcut-tools.com to search and filter all Claude Code shortcuts by category.
How many Claude Code shortcuts are there?
Our collection includes 8 Claude Code keyboard shortcuts and commands organized by category. New shortcuts are added regularly.