diff --git a/home/user/.config/zsh/completion b/home/user/.config/zsh/completion index c18384e..bd2edb2 100644 --- a/home/user/.config/zsh/completion +++ b/home/user/.config/zsh/completion @@ -3,6 +3,9 @@ # vim: ft=zsh fpath=(~/.zfunc $fpath) zmodload zsh/complist +setopt menucomplete +autoload -Uz compinit +compinit -d ~/.cache/zsh/.zcompdump zstyle ':completion:*' use-cache on zstyle ':completion:*' cache-path "${HOME}/.cache/zsh/.zcompcache" @@ -37,7 +40,6 @@ zstyle ':completion:*:warnings' format ' %F{red}-- no matches found --%f' -bindkey '^N' menu-select bindkey -M menuselect '^h' vi-backward-char bindkey -M menuselect '^k' vi-up-line-or-history bindkey -M menuselect '^j' vi-down-line-or-history