feat(zsh): extend autosuggestions with completion
This commit is contained in:
parent
fb880083d9
commit
5b3c5833b9
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue