Up arrow to autocomplete from history in bash

Linux

Edit .inputrc and add:

## arrow up
\eA: history-search-backward

## arrow down
\eB: history-search-forward

From: https: //askubuntu.com/questions/59846/bash-history-search-partial-up-arrow