Search through your history with PgUp and PgDown
If you want to be able to search through your .bash_history inline, you can simply edit your ~/.inputrc file and add these two lines: “\e[5~”: history-search-backward“\e[6~”: history-search-forwardNow you can grep your .bash_history by using those two buttons.