Artiya4u

Command line history search using arrow key.

When using many commands on shell, finding the right command that used before would become handy. Using the arrow keys to goes up and down to browse command history makes it easier. Just create file .inputrc in your home directory with below content:

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