TIL SHORTCUTS!
I'm still very new in the software development sphere therefore with so many shortcuts, it can be a challenge to keep track of them all. Here is a note to myself for crucial shortcuts I need to remember for my future projects. VS CODE Terminal clear (ctrl + k) Interrupt command (ctrl + c) Command palette (ctrl +shift +p) Quick open file (ctrl + p) Bottom terminal pane (ctrl + j) Left pane (ctrl + b) Exit (q) Web Browser Dev tools (ctrl+ shift+ j or f12) Terminal clear (ctrl + k) Toggle code comment (ctrl+/) Find (ctrl + f) Beginning of line (ctrl + a) End of line (ctrl + e) Find and replace{Global} (ctrl + shift + f) Find next selection (ctrl + d) Move line (alt + ↓) Duplicate line (Shift + alt + ↓) Add more cursors (alt + click) Terminal panel (ctrl + j) Open new terminal (ctrl + ~) Embedded Ruby tag toggle (ctrl + shift + `)

I'm still very new in the software development sphere therefore with so many shortcuts, it can be a challenge to keep track of them all. Here is a note to myself for crucial shortcuts I need to remember for my future projects.