This is a draft cheat sheet. It is a work in progress and is not finished yet.
Sublime Text
alt + m |
Show markdown |
ctrl + b |
Run Python |
ctrl + g |
Go to Line |
ctrl + r |
Go to Symbol |
alt + shift + 2 |
Split to 2 Columns |
Markdown
bold |
bold |
italic |
italic |
|
todo |
|
Link |
Let's reference a glossary term.[glossary] [glossary]:glossary: Glossary A section at the end ...
|
Glossary |
|
|
Word
alt + x |
arrow sign |
ctrl + = |
subscript |
PowerShell
cd.. |
Go back |
dir |
list files |
cd directory |
go to directory |
tree /f |
gets tree outline |
|
make textfile |
|