1. cheat-sheets
  2. /cursor

Cursor Shortcuts

Last reviewed: June 2026

Full guide: Using Cursor · Prompting for Code · Defaults on macOS — check Cursor → Settings → Keyboard Shortcuts for your bindings.

AI Chat and Composer

ActionMacWindows
Open ChatCmd + LCtrl + L
Composer (inline edit)Cmd + ICtrl + I
Composer fullscreenCmd + Shift + ICtrl + Shift + I
Accept inline suggestionTabTab
Reject suggestionEscEsc
New chatCmd + N (in chat panel)Ctrl + N

@-Mentions (in chat)

TypeUsage
@FilesAttach file or folder
@CodeReference symbol or selection
@DocsSearch indexed documentation
@WebWeb search (verify results)
@GitInclude diff or commit context
@FolderEntire directory context

Mode Switching

ModeWhen
AskRead-only Q&A
PlanApprove scope before edits
AgentMulti-file implementation
DebugErrors with runtime evidence

Switch modes from the chat input dropdown or command palette.

General Editor (VS Code heritage)

ActionMacWindows
Command PaletteCmd + Shift + PCtrl + Shift + P
Quick Open fileCmd + PCtrl + P
Go to definitionF12F12
Find in filesCmd + Shift + FCtrl + Shift + F
Toggle terminalCtrl + `Ctrl + `

See also: VS Code Shortcuts