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