Learn Sublime Text keyboard shortcuts
Practice Sublime Text 2025 keyboard shortcuts with timed drills. Memorize all 47 hotkeys and keybindings faster through interactive exercises.
Top shortcuts
- Ctrl+X — Cut line
- Ctrl+Enter — Insert line after
- Ctrl+Shift+Enter — Insert line before
- Ctrl+Shift+ArrowUp — Move line/selection up
- Ctrl+Shift+ArrowDown — Move line/selection down
- Ctrl+L — Select line - Repeat to select next lines
- Ctrl+D — Select word - Repeat selects other occurrences
- Ctrl+M — Jump to closing parentheses - Repeat to jump to opening parentheses
- Ctrl+Shift+M — Select all contents of the current parentheses
- Ctrl+Shift+K — Delete line
- Ctrl+K — Delete from cursor to end of line
- Ctrl+Backspace — Delete from cursor to start of line
- Ctrl+BracketRight — Indent current line(s)
- Ctrl+BracketLeft — Un-indent current line(s)
- Ctrl+Shift+D — Duplicate line(s)
- Ctrl+J — Join line below to the end of the current line
- Ctrl+Slash — Comment/un-comment current line
- Ctrl+Shift+Slash — Block comment current selection
- Ctrl+Y — Redo, or repeat last keyboard shortcut command
- Ctrl+Shift+V — Paste and indent correctly
- Ctrl+Space — Select next auto-complete suggestion
- Ctrl+U — Soft undo; jumps to your last change before undoing, change when repeated
- Shift+Alt+W — Wrap selection in HTML tag
- Alt+Period — Close current HTML tag
- Alt+Q — Hard wrap line to ruler column setting
- Ctrl+P — Quick-open files by name
- Ctrl+R — Goto symbol
- Ctrl+Semicolon — Goto word in current file
- Ctrl+G — Goto line in current file
- Ctrl+Shift+P — Command prompt
Other Code & Text apps
Related pages