-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
breaks fzf kill/ssh/.. completion #46
Comments
@marlonrichert I'm on the latest version already. I can repoduce that with a minimal .zshrc: source "$HOME/.zinit/bin/zinit.zsh" |
Ah, now I see. It's not broken. It's working as intended. When you press Tab with If you want to use Try it: Type |
You can disable this behavior and keep the default zstyle ':autocomplete:tab:*' completion fzf |
is "zstyle ':autocomplete:" something that's defined by this plugin? I can only find information on "zstyle ':completion:" but not autocomplete |
|
that one i found, i was wondering about :autocomplete: specifically |
what I'm trying to achieve is when I'm in the middle of a word to use zsh-autocomplete (e.g. "ls tes") but with a space prefix to use fzf (e.g. "ls ") but I fail to see where in zsh-autocomplete.zsh that zstyle ':autocomplete:tab:*' completion fzf is handled to derive from it |
That's the prefix/namespace I use for |
That's not currently doable out of the box. If that's a feature you want, please open a new issue for it. 🙂 |
fzf has some special completions defined (see completion.zsh), e.g. for "kill -9 [TAB]" it uses ps to list the processes. With zsh-autocomplete that list is broken.
The text was updated successfully, but these errors were encountered: