Here's a list of keyboard shortcuts for some commands.
https://www.jetbrains.com/help/idea/mastering-keyboard-shortcuts.html
Also, I recently learned that if you type "sout" and then ENTER, it types out the whole System.out.println() for you. :-)
But... what other time saving tips can folks find?
Is there some shortcuts for terminal as well?
You can use CTRL-click to get you to where the clicked object is defined anywhere in the code.