Thanks, I was missing that multiple [ctrl]-r could bring you farther back in history. To contribute back some tidbits, a handy command is alias:
[code]alias l=’ls -al'[/code]
So when you type “l” in console, it automatically does an “ls-al”.