diff --git a/home/user/.config/zsh/completion b/home/user/.config/zsh/completion index b54154f..c18384e 100644 --- a/home/user/.config/zsh/completion +++ b/home/user/.config/zsh/completion @@ -35,18 +35,6 @@ zstyle ':completion:*:cd:*' ignore-parents parent pwd zstyle ':completion:*:messages' format ' %F{purple} -- %d --%f' zstyle ':completion:*:warnings' format ' %F{red}-- no matches found --%f' -zstyle ':autocomplete:*' min-input 3 -zstyle ':autocomplete:*' delay 0.1 -zstyle -e ':autocomplete:*:*' list-lines 'reply=( $(( LINES / 4 )) )' - -# all Tab widgets -zstyle ':autocomplete:*complete*:*' insert-unambiguous yes - -# all history widgets -zstyle ':autocomplete:*history*:*' insert-unambiguous yes - -# ^S -zstyle ':autocomplete:menu-search:*' insert-unambiguous yes bindkey '^N' menu-select @@ -57,4 +45,4 @@ bindkey -M menuselect '^l' vi-forward-char bindkey -M menuselect '^e' undo bindkey -M menuselect '^[' cancel bindkey -M menuselect '^M' check-command -bindkey -M menuselect '^I' accept-and-infer-next-history \ No newline at end of file +bindkey -M menuselect '^I' accept-and-infer-next-history diff --git a/home/user/.config/zsh/plugin b/home/user/.config/zsh/plugin index 67d3aa1..7e9941e 100644 --- a/home/user/.config/zsh/plugin +++ b/home/user/.config/zsh/plugin @@ -12,9 +12,7 @@ install_if_not_exists() { install_if_not_exists zsh-users/zsh-autosuggestions install_if_not_exists zsh-users/zsh-syntax-highlighting install_if_not_exists hlissner/zsh-autopair -install_if_not_exists marlonrichert/zsh-autocomplete _so "${HOME}/.config/zsh/plugins/zsh-users/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" _so "${HOME}/.config/zsh/plugins/zsh-users/zsh-autosuggestions/zsh-autosuggestions.zsh" _so "${HOME}/.config/zsh/plugins/hlissner/zsh-autopair/autopair.zsh" -_so "${HOME}/.config/zsh/plugins/marlonrichert/zsh-autocomplete/zsh-autocomplete.plugin.zsh" \ No newline at end of file