Describe the bug
I just updated, (from c335940), and now my up-arrow behaviour is (a) different and (b) seems broken. My up-arrow key is bound to history-beginning-search-backward .
Before the update I could type ls hit ↑ and it would complete the line with the latest matching ls... from my history, repeated presses of ↑ went further throught the history lines starting with ls.
After the update two things happen
-
I get a !351 which means nothing to me on the command line, and a huge one item per line list of history matches. (or it seems that using the dev branch I get the actual command (nicer) but still get the massive list.)
-
If I select an entry with Enter I don't always get what I selected, as shown here where I select ls -la and get just ls:

I would prefer not to get the menu as it scrolls everything else off screen and requires pressing Enter.
I suspect (2) is something to do with my other plugins, and I note your README says
Note for Oh My Zsh, Prezto and Zimfw users: zsh-autocomplete works best if you use it instead of your framework's supplied completion module.
Which suggests I need to disable something in omz to use this but I don't know what/how.
Desktop
- OS + distribution: Debian 10
- Zsh version: 5.7.1
- Plugin version: master and also tried c1f1560
Describe the bug
I just updated, (from c335940), and now my up-arrow behaviour is (a) different and (b) seems broken. My up-arrow key is bound to
history-beginning-search-backward.Before the update I could type
lshit ↑ and it would complete the line with the latest matchingls...from my history, repeated presses of ↑ went further throught the history lines starting withls.After the update two things happen
I get a
!351which means nothing to me on the command line, and a huge one item per line list of history matches. (or it seems that using the dev branch I get the actual command (nicer) but still get the massive list.)If I select an entry with
EnterI don't always get what I selected, as shown here where I selectls -laand get justls:I would prefer not to get the menu as it scrolls everything else off screen and requires pressing Enter.
I suspect (2) is something to do with my other plugins, and I note your README says
Which suggests I need to disable something in omz to use this but I don't know what/how.
Desktop