mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 21:49:22 -05:00
readline: enable history search for up/down
This commit is contained in:
parent
f7bbbada98
commit
0790de6e6e
@ -4,3 +4,6 @@ set show-all-if-ambiguous on
|
|||||||
|
|
||||||
TAB:menu-complete
|
TAB:menu-complete
|
||||||
"\e[Z":menu-complete-backward
|
"\e[Z":menu-complete-backward
|
||||||
|
|
||||||
|
"\e[A":history-search-backward
|
||||||
|
"\e[B":history-search-forward
|
||||||
|
Loading…
Reference in New Issue
Block a user