Up arrow to autocomplete from history in bash

Linux
<p>Edit .inputrc and add:</p> <pre><code>## arrow up \eA: history-search-backward

arrow down

\eB: history-search-forward </code></pre>

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

© 2026 Code0x378