How to disable expansions (~/.) completions #747
-
I want to disable expanding (~/.) completions. Not disable autocomplete itself, just expanding ~/. . How do i do that? Similar: #745 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hey! I am facing the same issue and I cannot find any answer for the sake of me ^^ Did you find a solution? |
Beta Was this translation helpful? Give feedback.
-
Previously you could use eg. zsh-autocomplete/Functions/Init/.autocomplete__config Lines 13 to 14 in d1bbeca |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Previously you could use eg.
zstyle ':completion:*' completer _complete _complete:-fuzzy _correct _approximate _ignored
to maskzsh-autocomplete/Functions/Init/.autocomplete__config
Lines 13 to 14 in d1bbeca
cc @marlonrichert