Shortcuts
Handy things all in one place.
Conversion
Temperature
Weight
Height
TimeZones
Coding
MacOS Terminal Commands
Show home directory:
cd
Show files in current directory:
ls
Open folder in current directory:
cd foldername
Clear the screen:
clear
Vim commands
Switch to insert mode:
i
Switch back to command mode:
Esc
Exit without saving:
:q
Save and exit:
:wq