Back to blog
2 min read
Claude Cheat Sheet: Shortcuts, Slash Commands & CLI Flags

I use Claude across three surfaces every day β€” the browser at claude.ai, the desktop app, and the Claude Code CLI β€” and I kept losing track of which shortcut or slash command lived where. So I asked Claude Code to help me build an interactive cheat sheet that covers all three in one place.

The whole thing is searchable across platforms. Hit the search box to find a command regardless of which surface it lives on, or click into a tab to browse by platform.

Open full-screen version

C

Claude

Cheat Sheet

Official Docs β†—
🌐Browser·Shortcuts and features for claude.ai in your web browser
⌨️

Shortcuts

Press Cmd+? / Ctrl+? in any claude.ai chat to see the current shortcuts for your browser and platform.

Keyboard Shortcuts

Cmd+? / Ctrl+?
Show all available shortcuts for your session
Cmd+K / Ctrl+K
Start a new chat instantly
↑ Arrow Up
Edit your last message β€” input must be empty first
Cmd+. / Ctrl+.
Stop generation mid-response
Cmd+/ / Ctrl+/
Toggle sidebar open/closed
Cmd+Shift+L / Ctrl+Shift+L
Toggle dark / light theme
Shift+Enter
New line without sending the message
πŸ“

Projects

Projects

Projects
Persistent memory, files + instructions scoped across all chats in a project
Project instructions
Set a system prompt for every chat in the project β€” great for coding standards or tone
Project files
Upload docs, specs, or style guides once; Claude references them every session
Star conversations
Pin important chats for quick access in the sidebar
✦

Artifacts

Artifacts

Artifacts panel
Standalone outputs (code, HTML, React, SVG, Mermaid) rendered live in a side panel
Fork artifact
Click fork icon to branch off an artifact and iterate without losing the original
Publish artifact
Share a public URL β€” recipients can view, fork, and remix
Persistent storage
Artifacts can store data across sessions (Pro/Max/Team/Enterprise) β€” up to 20MB each
Download artifact
Save any artifact as a file (.jsx, .html, .md, .svg, etc.)
🧠

Workflow

Workflow Features

Styles
Save a writing style once in Settings β€” applied automatically to any response
Deep Research
Extended multi-step research mode β€” Claude plans, searches, and synthesizes
Voice input
Speak instead of type β€” available on web + mobile; transcript inserts at cursor
File + image upload
Drag files directly into the input β€” Claude reads PDFs, images, CSVs, and code natively
Share conversation
Generate a public link to any chat via the share icon
↑ edit vs. follow-up
Editing your last message instead of sending a correction saves 10–20x tokens on long threads

Sourced from code.claude.com/docs Β· Press ? in Claude Code to see shortcuts for your environment.

A few things worth calling out:

  • Keyboard shortcuts vary by terminal. The Claude Code tab has a note about configuring Option-as-Meta on macOS β€” without it, a lot of the Alt+X bindings silently do nothing.
  • Slash commands marked [Skill] are bundled skills (like /batch, /simplify, /loop), not built-in commands. They behave slightly differently from the core ones.
  • /btw is the single most underused command. It lets you ask a side question mid-task without polluting the main conversation history.

If you spot something missing or outdated, ping me.

Related posts