For a long time now I have been addicted to using C-r (control-r) to do a reverse search in the terminal. If you haven’t done this, do it, it’s a huge time saver. Just hit C-r and start typing something unique from the command you are trying to recall.
The takeaway is to add “stty stop undef” to your .bashrc file if you’re using Ubuntu or OSX–then you can scroll through your matches using Ctrl+R/Ctrl+S.
Massive time-saver.


