diff --git a/config/zsh/interactive/bindings b/config/zsh/interactive/bindings index c6c7af4..568f766 100644 --- a/config/zsh/interactive/bindings +++ b/config/zsh/interactive/bindings @@ -1,4 +1,5 @@ #! zsh +_zsh_highlight() {} zle-line-init() {} zle -N zle-line-init diff --git a/config/zsh/interactive/completion b/config/zsh/interactive/completion index f480dd9..c40a103 100644 --- a/config/zsh/interactive/completion +++ b/config/zsh/interactive/completion @@ -22,7 +22,6 @@ zmodload zsh/complist # so that listscroll is defined zstyle :completion:* menu select zstyle :completion:* list-prompt ' ' zstyle :completion:* select-prompt ' %F{blue}-- %m --%f' -bindkey -M listscroll '^I' 'send-break; self-insert' # Permit expensive completions to cache info and therefore be usable. zstyle :completion::complete:* use-cache on diff --git a/config/zsh/zplugin b/config/zsh/zplugin index 894f3e2..f72b11b 100644 --- a/config/zsh/zplugin +++ b/config/zsh/zplugin @@ -29,6 +29,4 @@ if [[ ! $LS_COLORS_DIR/LS_COLORS.plugin.zsh -nt $LS_COLORS_DIR/LS_COLORS ]]; the fi zplugin $load zsh-users/zsh-completions -zplugin $load zsh-users/zsh-syntax-highlighting -zplugin $load zsh-users/zsh-history-substring-search -zplugin $load sharat87/zsh-vim-mode +zplugin ice silent wait!1; zplugin $load zsh-users/zsh-syntax-highlighting