# Set suggestions strategy # history: # Chooses the most recent match from history. # completion: # Chooses a suggestion based on what tab-completion would suggest. ZSH_AUTOSUGGEST_STRATEGY=(history completion) # vim: ft=zsh