Skip to content

ZSH_AUTOSUGGEST_CLEAR_WIDGETS shows on clear command #464

Answered by marlonrichert
jsadowyj asked this question in Q&A
Discussion options

You must be logged in to vote

Normally, Autocomplete does not show any command completions that match the current word on the command line exactly.

To disable this, add to your .zshrc file after sourcing Zsh Autocomplete:

zstyle ':completion:*:-command-:*' ignore-line no

For those cases where you don't want this behavior, just press CtrlSpace to reveal all possible completions.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by marlonrichert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants