Zsh plugin that suggests commands as you type based on history.
Autosuggestions
Autosuggestions Cheatsheet
| Key / Config | Description |
|---|---|
| Right arrow | Accept full suggestion |
Option+Right |
Accept next word of suggestion |
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE |
Set suggestion text style |
ZSH_AUTOSUGGEST_STRATEGY=(history completion) |
Set suggestion sources |
ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20 |
Max buffer for suggestions |