Skip to content

Sublime Text

Sublime Text

A visual cheat-sheet for the 49 keyboard shortcuts found in Sublime Text

Keyboard Shortcuts

Editing {.row-span-3}

ShortcutAction
Ctrl XCut line
Ctrl EnterInsert line after
Ctrl Shift EnterInsert line before
Ctrl Shift UpMove line/selection up
Ctrl Shift DownMove line/selection down
Ctrl LSelect line - Repeat to select next lines
Ctrl DSelect word - Repeat selects other occurrences
Ctrl MJump to closing parentheses - Repeat to jump to opening parentheses
Ctrl Shift MSelect all contents of the current parentheses
Ctrl Shift KDelete line
Ctrl K, KDelete from cursor to end of line
Ctrl K BackspaceDelete from cursor to start of line
Ctrl ]Indent current line(s)
Ctrl [Un-indent current line(s)
Ctrl Shift DDuplicate line(s)
Ctrl JJoin line below to the end of the current line
Ctrl /Comment/un-comment current line
Ctrl Shift /Block comment current selection
Ctrl YRedo, or repeat last keyboard shortcut command
Ctrl Shift VPaste and indent correctly
Ctrl SpaceSelect next auto-complete suggestion
Ctrl USoft undo; jumps to your last change before undoing, change when repeated
Alt Shift WWrap selection in HTML tag
Alt .Close current HTML tag
Alt QHard wrap line to ruler column setting

{.shortcuts}

ShortcutAction
Ctrl PQuick-open files by name
Ctrl RGoto symbol
Ctrl ;Goto word in current file
Ctrl GGoto line in current file

{.shortcuts}

General

ShortcutAction
Ctrl Shift PCommand prompt
Ctrl K, BToggle sidebar
Ctrl Shift Alt PShow scope in status bar

{.shortcuts}

Find/Replace

ShortcutAction
Ctrl FFind
Ctrl HReplace
Ctrl Shift FFind in files

{.shortcuts}

Split window

ShortcutAction
Alt Shift 1Revert view to single column
Alt Shift 2Split view into two columns
Alt Shift 3Split view into three columns
Alt Shift 4Split view into four columns
Alt Shift 5Set view to grid (4 groups)
Alt Shift 8Split view into two rows
Ctrl 1-4Jump to group where number is 1-4
Ctrl Shift 1-4Move file to specified group where number is 1-4

{.shortcuts}

Bookmarks

ShortcutAction
Ctrl F2Toggle bookmark
F2Next bookmark
Shift F2Previous bookmark
Ctrl Shift F2Clear bookmarks

{.shortcuts}

Text manipulation

ShortcutAction
Ctrl K, UTransform to uppercase
Ctrl K, LTransform to lowercase

{.shortcuts}

Also see