• Learned that you can move lines in VSCode with option and the arrow keys which is easier than how I did it in Sublime Text
  • You can toggle the Terminal with Ctrl + `
  • F2 will rename all instances of a highlighted variable.
  • F12 will go to definition and Shift + F12 will pull up all references. I need to figure out a way to make my F keys more accessible on my keyboard, or rebind these.
  • You can do pipe-selection (column selection) without using the mouse by using Ctrl+Shift+Arrow Keys
  • You can change which terminal split is focused with CMD+Alt+Arrow Keys