zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Doesn't suggest normal commands like fish
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.
Do you mean like this? https://github.com/zsh-users/zsh-autosuggestions#suggestion-strategy
Yep, try ZSH_AUTOSUGGEST_STRATEGY=(history completion)
. I think that the completion
strategy is what you're after @10Meisterbaelle