How to keep the completion table updating while typing without it to be closed for command to work as the same as option completion? #762
Unanswered
IceAsteroid
asked this question in
Q&A
Replies: 1 comment
-
I think your command completion is probably timing out. You can test how long command completion takes by pressing down arrow and waiting for the menu to open. If that is indeed the problem, you can try increasing the timeout value. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, everyone.
I found no way to make zsh-autocomplete to automatically show and constantly update the completion table while typing command at the beginning of the prompt, I have to hit
tab
each time for completion table to show up.While zsh-autocomplet works as expected for me for option completion, but it doesn't work the same for command completion.
Is it possible to make it work as for option completion?
Here's the config:
Here's the demo:
zsh-autocomplete-discussion.mp4
Beta Was this translation helpful? Give feedback.
All reactions