Shortcuts
OS Shortcuts
| action | macOS | Windows |
| :----- | :---: | ------: |
| run | | `Win + R` |
| new explorer window | `Shift + Cmd + N` | `Win + E` |
| toggle dock | `Cmd + Option + D` | |
Terminal Shortcuts
| action | macOS | Windows |
| :----- | :---: | ------: |
| clear terminal screen | `Ctrl + L` | `Ctrl + L` |
| zoom in/out | `Cmd +/-` | `Ctrl +/-` |
| delete line | `Ctrl + U` | `Ctrl + U` |
| front of line | `Ctrl + A` | `Ctrl + A` |
| end of line | `Ctrl + E` | `Ctrl + E` |
VSCode Shortcuts
| action | macOS | Windows |
| :-------- | :------: | ----: |
| zoom in / out | `Cmd + +/-` | `Ctrl + +/-` |
| new integrated terminal | `Shift + Ctrl + ` ` | `Ctrl + Æ` |
| multi-line cursor | `Shift + Cmd + L` or `Option + Cmd + UpArrow/DownArrow` | |
| toggle file explorer | `Cmd + B` | `Ctrl + B` |
| comment in/out line | `Shift + Cmd + 7` | `Ctrl + '` |
| find next occurence | | `Ctrl + D` |
playground
Jupyter notebook
| action | macOS | Windows |
| :-------- | :------: | ----: |
| new cell | | |