Up arrow to autocomplete from history in bash
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
Jeff Smith
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