Shortcuts

Handy things all in one place. Burnley Gardens, only used an image because we seem to need one.

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