Anyone here using Ubuntu WSL in Windows 10? How do you make the arrow up and down search for history works? The steps I followed is here. Basically just add these two lines into .inputrc
:
"\e[A":history-search-backward"\e[B":history-search-forward
This works on my other linux dist, any idea why WSL doesn't?