Claude Code
1

Learn

25 shortcuts · 0 practiced

Submit Prompt

Core

Send your prompt to Claude Code.

Enter

New Line

Core

Insert a new line in the input.

Shift+Enter

Cancel / Interrupt

Core

Cancel the current generation or operation.

Esc

Accept All Changes

Permissions

Accept all pending tool use permissions.

Ctrl+Y

Reject Change

Permissions

Reject the current pending tool use.

Ctrl+N

New Conversation

Navigation

Start a fresh conversation.

Ctrl+Shift+N

Clear Screen

Navigation

Clear the terminal output.

Ctrl+L

Previous Prompt

History

Navigate to the previous prompt in history.

Next Prompt

History

Navigate to the next prompt in history.

Copy Selection

Terminal

Copy selected text from terminal.

Ctrl+C

Paste

Terminal

Paste text into the input.

Ctrl+V

Open in Editor

Tools

Open the current file in your editor.

Ctrl+O

Scroll Up

Navigation

Scroll output up.

Shift+

Scroll Down

Navigation

Scroll output down.

Shift+

Toggle Vim Mode

Settings

Toggle vim keybindings in the input.

Ctrl+[

Compact Mode

Settings

Toggle compact message display.

Ctrl+Shift+M

Tab Complete

Core

Auto-complete file paths and commands.

Tab

Multi-File Edit

Tools

Edit multiple files in one operation.

Ctrl+Shift+E

Diff View

Tools

View the diff of pending changes.

Ctrl+D

Clear Input

Core

Clear the current input line.

Ctrl+U

Delete Word

Editing

Delete the previous word in input.

Ctrl+Backspace

Go to Line Start

Editing

Move cursor to the beginning of line.

HOME

Go to Line End

Editing

Move cursor to the end of line.

END

Kill Line

Editing

Delete from cursor to end of line.

Ctrl+K

Send SIGINT

Terminal

Send interrupt signal to running process.

Ctrl+C