zsh:autosuggestions: Use own fork for now

See https://github.com/zsh-users/zsh-autosuggestions/pull/621

Set experimental values to the new configuration options.
This commit is contained in:
2021-07-22 15:48:36 +02:00
parent 8d4f2c7ce9
commit 77b2d63341
3 changed files with 5 additions and 2 deletions

View File

@@ -7,4 +7,7 @@
# Chooses a suggestion based on what tab-completion would suggest.
ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd completion)
ZSH_AUTOSUGGEST_MATCH_NUM_PREV_CMDS=2
ZSH_AUTOSUGGEST_MATCH_PREV_MAX_CMDS=-1
# vim: ft=zsh