til

zsh goodies

Go up one directory

cd ..
# or
..

Go up two directories

cd ../..
# or
...

Go to last directory

cd -
# or
-

Tab completion - also works for commands

git # tab

>add                -- add file contents to index
>am                 -- apply patches from a mailbox
>...

Clear current screen

clear

or cmd + k

Search through history

ctrl + r and type search term