pressing up arrow only does the expected thing once #43
faceleg
commented
Feb 11, 2015
This is a known bug, currently the repo is strongly in need of someone to jump in and do some serious coding - want the job?
jirutka
commented
May 21, 2015
Just a hint: I’m using autosuggestions together with zsh-history-substring-search plugin and it works correctly here.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Input:
echo "hi". Passecho "bye". Actual result: something random. :(In fish, the result would be an orderly series of results which start with "echo"