Show Menu
Cheatography

Sublime 3 - Windows Cheat Sheet by

Personal Sublime Text 3 shortcuts

Navigate

ctrl+p
To File
ctrl+r
To Method
ctrl+g
To Line
ctrl+s­hift+r
To Simbol
F12
Go to definition

Layout

alt+sh­ift+1
One File Layout
alt+sh­ift+2
Two Files Layout
ctrl+s­hift+1
Move File to 1st Column
ctrl+s­hift+2
Move File to 2nd Column
ctrl+1
Focus 1st Column
ctrl+2
Focus 2nd Column
 

Select

alt+sh­ift+up
Select Lines Up
alt+sh­ift­+down
Select Lines Down
ctrl+s­hift+l
Split selection into lines
ctrl+l
Select full line
ctrl+s­hif­t+space
Expand selection to scope
ctrl+d
Select next occurrence too
 

Edit

ctrl+7
Line comment
ctrl+s­hift+7
Block comment
ctrl+k ctrl+u
Uppercase
ctrl+k ctrl+l
Lowercase

Line

F9
Sort lines
ctrl+F9
Sort lines case sensitive
ctrl+s­hif­t+u­p/down
Swap line up/down
ctrl+j
Join lines
ctrl+s­hift+d
Duplicate
           
 

Comments

I have the following key-bindings:

[
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} }
]

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 - The Beginner's Guide Cheat Sheet