## PC Shortcuts
---
- Select All -> ctrl + a
- Save -> ctrl + s
- Undo -> ctrl + z
- Cut -> ctrl + x
- Copy -> ctrl + c
- Paste -> ctrl + v
### PC Terminal Shortcuts
---
- Kill Service (stop running terminal program) -> ctrl + s
- Previous Command -> up arrow
## Mac Shortcuts
---
- Select All -> command + a
- Save -> command + s
- Undo -> command + z
- Cut -> command + x
- Copy -> command + c
- Paste -> command + v
### MAC Terminal Shortcuts
---
- Kill Service (stop running terminal program) -> ctrl + s
- Previous Command -> up arrow
## VS Code Shortcuts
---
- Multiple Cursors (edit multiple lines at once) -> alt + click
- HTML boiler plate -> ! + Tab
- Create multiple elements at once -> div*3 (creates 3 div tags)
- Comments (for any file type) -> cursor just needs to be on line no need to highlight
- PC -> ctrl + /
- MAC -> ctrl + /
## Discord Shortcuts
---
- Enter w/o sending -> shift + enter
-
## Excel Shortcuts
---
- Multiple lines in 1 cell -> alt + enter
-