This commit is contained in:
2023-01-07 16:27:26 +00:00
parent 3469473669
commit 1d0f43a118
5 changed files with 158 additions and 104 deletions

View File

@ -0,0 +1,6 @@
fpath+=( $ZDOTDIR/completions )
# Don't offer history completion; we have fzf, C-r, and
# zsh-history-substring-search for that.
ZSH_AUTOSUGGEST_STRATEGY=(completion)
ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=30