disable zsh-autocomplete when i don't type anything #402
Answered
by
marlonrichert
MohammadRostamiorg
asked this question in
Q&A
-
hello I want to disable autocomplete when I don't type anything look at the picture |
Beta Was this translation helpful? Give feedback.
Answered by
marlonrichert
Jan 17, 2022
Replies: 1 comment
-
zstyle ':autocomplete:*' min-input 1 As documented here: Line 15 in 3942311 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MohammadRostamiorg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zstyle ':autocomplete:*' min-input 1
As documented here:
zsh-autocomplete/.zshrc
Line 15 in 3942311