I just figured out something cool if you're a Linux user, you can add commands at the end of your commands with #, so lets say you look at a specific log a lot, you can type:
cat /var/log/httpd/somelogname.log #weblog
Then you can hit ctrl + r, and type weblog to jump specifically to that command.