Cursor has dozens of shortcuts, but only a handful actually change how you work every day. This is the list worth memorizing.
If you only memorize four shortcuts, make them these:
- Cmd/Ctrl + L: opens the AI chat with the current file's context. - Cmd/Ctrl + I: opens Composer in agent mode for multi-file changes. - Cmd/Ctrl + K: inline editing — select code and request a targeted change without leaving the file. - Tab: accepts the autocomplete suggestion or the next predicted jump.
These four cover 90% of daily interactions: quick question (L), coordinated refactor (I), targeted edit (K), autocomplete (Tab).
Using Cmd/Ctrl + Shift + L to start a new chat matters more than it sounds: reusing a long conversation for an unrelated topic drags in irrelevant context and degrades the quality of the response.
To reference specific files inside Composer or the chat, use @ followed by the name — @fileName — and Cursor autocompletes the path. It's more reliable than relying solely on automatic indexing when working in a large monorepo.
Cmd/Ctrl + K with an active selection opens an inline prompt box: you type the instruction and see the proposed diff directly over those lines, without opening the chat panel.
It's the ideal shortcut for surgical changes: "convert this for loop to a map," "add null handling here," without the overhead of opening a full conversation.
Since Cursor is a fork of VS Code, all the classic shortcuts remain intact:
If you're coming from VS Code, you don't lose any of these — it's one of the reasons migration has almost zero friction.
Every shortcut is remappable from Cmd/Ctrl + K followed by Cmd/Ctrl + S (opens the keybindings editor), or by editing keybindings.json directly.
If your team is coming from another editor with different muscle memory (Vim, JetBrains), it's worth spending 15 minutes remapping the four essential shortcuts to keys you already have in your fingers, instead of forcing a full relearning.
Carlos Montiel is an enterprise AI solutions architect. He implements LLMs, Agents, RAG, and orchestrators for companies across Guatemala and Latin America. Reach out for a consultation.
Contact Carlos Montiel