diff --git a/options.xhtml b/options.xhtml index 761ca3d29..5798c243f 100644 --- a/options.xhtml +++ b/options.xhtml @@ -53500,6 +53500,36 @@ null or string

Example: "fg=#ff00ff,bg=cyan,bold,underline"

+

Declared by:

+ + +
+ +<home-manager/modules/programs/zsh.nix> + +
+ +
+ + programs.zsh.autosuggestion.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 by: