Replies: 1 comment 5 replies
-
Just add the following to your builtin zstyle ':completion:*:*:*:*:*' tag-order '(|*-)options' - |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to know if there's a way to get suggestions from this plugin only for the options of a command (without getting suggestions from previous commands, folders, etc.).
Since I already have other plugins active (like zsh-autosuggestions), I would like to enable autocomplete mainly when I type a command, for example
find
and when I press-
get the list of available options.Thanks
Beta Was this translation helpful? Give feedback.
All reactions