I found a way to auto suggestion in zsh behave like those of fish. For that I used
this git repo.
Unfortunately with these scripts tab completions don't behave like they used to.
When there are multiple possible completions first tab lists all available completions, but second tab just picks the first one. This way it is impossible to cycle through the available completions.
What should I edit for it to make tab behave like it's used to?