vim:zsh-autosuggestions: Set suggestions strategy
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
# Set suggestions strategy
|
||||||
|
# match_prev_cmd:
|
||||||
|
# Chooses the most recent match from history whose preceding item matches
|
||||||
|
# the most recently executed command.
|
||||||
|
# Won't work as expected with HIST_IGNORE_ALL_DUPS or HIST_EXPIRE_DUPS_FIRST
|
||||||
|
# completion:
|
||||||
|
# Chooses a suggestion based on what tab-completion would suggest.
|
||||||
|
ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd completion)
|
||||||
|
|
||||||
|
# vim: ft=zsh
|
||||||
Reference in New Issue
Block a user