Is there a way to only display zsh-autocomplete
on TAB?
#546
-
It seems the answer to this discussion isn't working anymore: #383 (comment). I personally find the way zsh-autocomplete displays its menu on any keystroke distracting, and it gets quite jarring when there is not enough space and the prompt jumps x lines up when writing Thanks for your work on zsh-autocomplete and zsh-snap! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
This will disable normal async completion, but will leave other async completion (such as zstyle ':autocomplete:list-choices:*' ignored-input '*' |
Beta Was this translation helpful? Give feedback.
This will disable normal async completion, but will leave other async completion (such as
^R
) intact:@noomly @rodhash