One feature of zsh-autocomplete we might consider adding an option for is always-active completions, i.e. you don't need to press tab to open the completion menu.
One use case of this is that is makes navigating around the filesystem easier as you don't have to alternate between ls and cd.

Nested folders in particular are very easy to navigate just by pressing 'tab' over and over:

Related: #357
One feature of zsh-autocomplete we might consider adding an option for is always-active completions, i.e. you don't need to press tab to open the completion menu.
One use case of this is that is makes navigating around the filesystem easier as you don't have to alternate between
lsandcd.Nested folders in particular are very easy to navigate just by pressing 'tab' over and over:
Related: #357