readline: enable history search for up/down

This commit is contained in:
Daniel Micay 2024-10-30 09:07:56 -04:00
parent f7bbbada98
commit 0790de6e6e

View File

@ -4,3 +4,6 @@ set show-all-if-ambiguous on
TAB:menu-complete
"\e[Z":menu-complete-backward
"\e[A":history-search-backward
"\e[B":history-search-forward