zsh-autosuggestions is a tool that "suggests" completions for what you type by printing them after the edit cursor in a different colour. The suggestion is accepted by e.g. pressing →, which then prints the suggestion to the command line.
zsh-autosuggestions appears to manipulate $BUFFER directly to insert the suggestion.
Possibly related to #92.
zsh-autosuggestions is a tool that "suggests" completions for what you type by printing them after the edit cursor in a different colour. The suggestion is accepted by e.g. pressing →, which then prints the suggestion to the command line.
zsh-autosuggestions appears to manipulate
$BUFFERdirectly to insert the suggestion.Possibly related to #92.