Bash History Search

2015-05-10

Tags:
Categories:

Add the following to your ~/.inputrc file:

"\e[5~": history-search-backward
"\e[6~": history-search-forward

Now you can use Page Up and Page Down to search the bash history.