Keyboard Shortcuts
Introduction
As a coder, you'll be doing A LOT of typing! So learning some keyboard shortcuts will make you a more efficient programmer. In this lesson we learn the following shortcuts (among others):
CTRL + aCTRL + eOPTION + clickCTRL + uCTRL + kTABhistoryCTRL + rCTRL + lCMD + kImportant!
Note that for Windows Git Bash users, there is no equivalent for the
OPTION + clickshortcut. Also, the drag and drop technique for changing directories will not work. And to clear the scrollback on Git Bash, use the commandclearinstead ofCMD +k.
Exercises
There are no exercises for this lesson. Be sure to use these shortcuts whenever possible as you move on to future modules and units.