mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-09-21 18:46:06 +02:00
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.