zsh-autosuggestions

Fish-like fast autosuggestions for zsh shell

brewmacoslinux
Try with needOr install directly
Source

About

Fish-like fast/unobtrusive autosuggestions for zsh

Commands

zsh-autosuggestions

Examples

Source the plugin in your .zshrc configuration file$ source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
Accept an autosuggestion with Ctrl+Space$ # Type 'cd /u' then press Ctrl+Space to accept suggestion
Accept only the next word of suggestion with Alt+→$ # Type 'git comm' then press Alt+→ to complete 'commit'