Comment by moebrowne
11 hours ago
This can also be achieved with `.inputrc`:
"\e[A": history-search-backward
"\e[B": history-search-forward
11 hours ago
This can also be achieved with `.inputrc`:
"\e[A": history-search-backward
"\e[B": history-search-forward
Thank you !