Part 1 | Tutorial
## Basic Editor Shortcuts
### Find and Replace
* `Ctrl+F` or `Cmd+F` - Find
* `Alt+Ctrl+F` or `Alt+Cmd+F` - Find & Replace
### Editing
* `Ctrl+Z` or `Cmd+Z` - Undo
* `Ctrl+Shift+Z` or `Cmd+Shift+Z` - Redo
* `Ctrl+D` or `Cmd+D` - Remove current line
* `Ctrl+U` - Uppercase current selection
* `Ctrl+Shift+U` - Lowercase current selection
### Content Folding
* `F2` - Fold / Unfold a block of content
* `Ctrl+Cmd+Alt+0` Fold everything
* `Shift+Cmd+Alt+0` UnFold everything
### And Much More...
* `Ctrl+Alt+H` or `Cmd+Alt+H` Shows all Editor Shortcuts
\pagebreakNum
# Ready. Set. Go!
This is your playground. Feel free to remove this and the content above, or keep it around for a reference.
Part 2 | Your Introduction