Files
oh-my-zsh/plugins/zsh-autosuggestions

zsh-autosuggestions

This plugin suggests commands as you type, based on command history and completions.

To use it, add zsh-autosuggestions to the plugins array in your zshrc file:

plugins=(... zsh-autosuggestions)

Start a new terminal session after updating your zshrc file.

Suggestions appear in muted gray text by default. Press or End at the end of the command line to accept the displayed suggestion.

For configuration options and additional key bindings, see the upstream documentation.