zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
30.95k stars 1.86k forks source link

Doesn't suggest normal commands like fish #589

Closed 10Meisterbaelle closed 1 year ago

10Meisterbaelle commented 3 years ago

I'm not sure if this is a bug or not implemented yet, but in fish, if you start typing a command (even if you never typed it before) it autocompletes it. This does not happen with this plugin.

edjroot commented 3 years ago

Do you mean like this? https://github.com/zsh-users/zsh-autosuggestions#suggestion-strategy

ericfreese commented 3 years ago

Yep, try ZSH_AUTOSUGGEST_STRATEGY=(history completion). I think that the completion strategy is what you're after @10Meisterbaelle