I believe the biggest productivity booster in the terminal, is Ctrl + r
/ C-r
. Do you remember when you learned it. What did you think?
A good second, is Alt + .
/ M-.
to insert the argument of the previous command as the argument in your current command:
$ mkdir foo
$ cd <M-.>
#bash #zsh #unix #linux