feat(zsh): extend autosuggestions with completion

This commit is contained in:
Felix Schröter 2020-03-21 16:39:56 +01:00
parent fb880083d9
commit 5b3c5833b9
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458

View file

@ -44,6 +44,9 @@ in
initExtra = with pkgs; ''
export KEYTIMEOUT=1
ZSH_AUTOSUGGEST_USE_ASYNC=1
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
zmodload zsh/complist
zstyle ':completion:*' menu select
zstyle ':completion:*' insert-tab false