$ ps aux | grep search
search for 'search' in your processes, handy for finding the PID. etc.
ctrl+r (depending on setup) to search through past typed commands.
Top Tip: Learn Vi
$ vi filename
When you are a vi ninja, the world is yours. (full disclosure I am not a vi ninja yet)