Show Menu
Cheatography

Sublime Text 3 Windows Keyboard Shortcuts by

Cheat sheet for sublime text 3 on windows

Naviga­tio­n/Goto Anywhere

CTRL+P
Quick-open files by name
CTRL+R
Goto symbol
CTRL+;
Goto word in current file
CTRL+G
Goto line in current file

Split window

ALT+Sh­ift+1
Revert view to single column
ALT+Sh­ift+2
Split view into two columns
ALT+Sh­ift+5
Set view to grid (4 groups)
Ctrl+[NUM]
Jump to group where num is 1-4
Ctrl+S­hif­t+[NUM]
Move file to specified group where num is 1-4

General

CTRL+S­hift+P
Command prompt
CTRL+KB
Toggle sidebart
CTRL+S­hif­t+ALT+P
Show scope in status bar

Tabs

CTRL+S­hift+T
Open last closed tab
CTRL+PgUp
Cycle up through tabs
CTRL+PgDn
Cycle down through tabs
CTRL+Tab
Find in files
CTRL+W
Close current tab
Alt + [NUM]
Switch to tab number [NUM] where [NUM] <= number of tabs
 

Editing

CTRL+X
Cut Line
CTRL+Enter
Insert Line after
CTRL+S­hif­t+Enter
Insert Line before
CTRL+S­hif­t+Arrow Up
Move line/s­ele­ction up
CTRL+S­hif­t+Arrow Down
Move line/s­ele­ction down
CTRL+L
Select line - Repeat to select next lines
CTRL+D
Select word - Repeat to select other occurences
CTRL+M
Jump to closing parent­heses Repeat to jump to opening parent­heses
CTRL+S­hift+M
Select all contents of the current parent­heses
CTRL+S­hift+K
Delete Line
CTRL+KK
Delete from cursor to end of line
CTRL+]
Indent current line(s)
CTRL+[
Un-indent current line(s)
CTRL+S­hift+D
Duplicate line(s)
CTRL+J
Join line below to the end of the current line
CTRL+/
Commen­t/u­n-c­omment current line
CTRL+S­hift+/
Block comment current selection
CTRL+Y
Redo, or repeat last keyboard shortcut command
CTRL+S­hift+V
Paste and indent correctly
CTRL+Space
Select next auto-c­omplete suggestion
CTRL+U
Soft undo; jumps to your last change before undoing change when repeated
ALT+Sh­ift+W
Wrap Selection in html tag
 

Find/R­eplace

CTRL+F
Find
CTRL+H
Replace
CTRL+S­hift+F
Find in files

Bookmarks

CTRL+F2
Toggle bookmark
F2
Next bookmark
Shift+F2
Previous bookmark
CTRL+S­hift+F2
Clear bookmarks

Text manipu­lation

CTRL+KU
Transform to Uppercase
CTRL+KL
Transform to Lowercase
           
 

Comments

Awesome dude, much appreciated.

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          Sublime Text 2 Windows Keyboard Shortcuts
          Sublime Text 3 Keyboard Shortcuts

          More Cheat Sheets by Mackan90096

          JSON Cheat Sheet