programs.zsh.autosuggestions.strategy

ZSH_AUTOSUGGEST_STRATEGY is an array that specifies how suggestions should be generated. The strategies in the array are tried successively until a suggestion is found. There are currently three built-in strategies to choose from:

Type
list of (one of "history", "completion", "match_prev_cmd")
Default
[
  "history"
]
Declared
<nixpkgs/nixos/modules/programs/zsh/zsh-autosuggestions.nix>