From 6e8e755c9463b6d069c56f58bd8f7fb315d92d03 Mon Sep 17 00:00:00 2001
From: rycee
history: Chooses the most recent match from history.
completion: Chooses a suggestion based on what tab-completion would suggest. (requires zpty module)
match_prev_cmd: Like history, but chooses the most recent match whose preceding history item matches
the most recently executed command. Note that this strategy won’t work as expected with ZSH options that
-don’t preserve the history order such as HIST_IGNORE_ALL_DUPS or HIST_EXPIRE_DUPS_FIRST.
HIST_IGNORE_ALL_DUPS or HIST_EXPIRE_DUPS_FIRST.Setting the option to an empty list [] will make ZSH_AUTOSUGGESTION_STRATEGY not be set automatically,
+allowing the variable to be declared in programs.zsh.localVariables or programs.zsh.sessionVariables
Type: list of (one of “history”, “completion”, “match_prev_cmd”)