Skip to content
Discussion options

You must be logged in to vote
  • By default zsh-autocomplete sets completer functions to:

    builtin zstyle ':completion:*' completer \
    _expand _complete _complete:-fuzzy _correct _approximate _ignored

  • Set whatever completer functions you want in .zshrc after you source zsh-autocomplete

  • In this case remove the _expand function:

    zstyle ':completion:*' completer _complete _complete:-fuzzy _correct _approximate _ignored
    

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
Converted from issue

This discussion was converted from issue #759 on March 25, 2025 08:29.