@b0rk_reruns Also, having these:

## arrow up
"\e[A":history-search-backward
## arrow down
"\e[B":history-search-forward

In your `~/.inputrc` file makes it very easy to use history search on the current input and it's very intuitive. I will write `git` and hit the up and down arrows to navigate the git command history, for instance.

askubuntu.com/questions/59846/