Show Menu
Cheatography

Sublime Text 3 Useful Packages and Shortcut Keyboard Shortcuts (DRAFT) by

This cheatsheet outline some useful packages for sublime text 3 (specific to python) and common shortcuts.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Packages

Package Control
Use to manage packages in Subl 3
Material Theme
Make your editor more beautiful
Anaconda
Make your python progra­mming in subl 3 more easier
Sidebar enhanc­ement
Enabled more options for file / project management in the sidebar
 

Shortcut - Files and packages

Ctrl + Shift + P
Command Pallets
Ctrl + P
Open files

Shortcut - Code editing

Ctrl + C / X / V
Copy / Cut / paste entire line
Ctrl + Shift + V
Paste with same formatting (e.g. same indent­ation)
Ctrl + Shift + Up / Down Arrow
Move up / down entire line
Ctrl + Shift + D / K
Duplicate / Remove entire line
Ctrl + Shift + Enter
Insert new line below (without moving cursor)
Ctrl + D
Highli­ghting a word
Ctrl + L
Highlight whole line
Ctrl + Shift + Space
Highlight whole string
Ctrl + Shift + M
Highlight all things within a bracket
Wordwrap seetting
Wrap those long strings