Sublime Text Keyboard Shortcuts

Every Sublime Text shortcut filterable by action, key and OS platform.

A complete Sublime Text 3 and 4 keyboard shortcut reference for macOS and Windows/Linux, covering Goto Anything, multiple selections, editing, search and layout with descriptions and a live filter.

What is Goto Anything in Sublime Text?

Goto Anything (Cmd+P or Ctrl+P) is a fuzzy finder for files in the current project. Type part of a filename to jump to it, add @ to go to a symbol, # to search within the file, or : followed by a line number to jump to that line.

This is a complete reference for Sublime Text keyboard shortcuts, valid for both Sublime Text 3 and 4. Pick your operating system, then filter by action or key combination to find what you need. It covers Goto Anything, the editor’s famous multiple-selection commands, editing, search and window layout.

How it works

Sublime Text uses default key bindings that differ between macOS and Windows/Linux, mainly swapping Command for Control. The tool stores both for each action and shows whichever matches the OS you select, guessing your platform on first load. Search matches the action, the group and either key column, so you can look up “goto”, “duplicate line” or a chord such as “ctrl shift k”. The group filter narrows the table to one area — for example every Selection command — when you want to master a feature.

Tips

Sublime’s signature workflow is built on a few shortcuts: Goto Anything (Cmd+P) for instant file jumping, Goto Symbol (Cmd+R) within a file, select next occurrence (Cmd+D) to build a multi-cursor selection, and column select for vertical editing. Combine Cmd+D with editing to rename a variable everywhere in seconds. Symbols follow Apple’s convention: ⌘ Command, ⌥ Option/Alt, ⌃ Control, ⇧ Shift, ↩ Enter. Everything runs in your browser; nothing is uploaded.