Cheatography
https://cheatography.com
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 programming in subl 3 more easier |
Sidebar enhancement |
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 indentation) |
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 |
Highlighting 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 |
|
|
|