Отключены плагины, приводящие к нестабильной работе

This commit is contained in:
2022-12-23 15:10:59 +03:00
parent 020da06b8a
commit b1ab03e165
4 changed files with 28 additions and 33 deletions

View File

@@ -30,10 +30,24 @@ zstyle ':completion:*:(ssh|scp|rsync):*:hosts-ipaddr' ignored-patterns '^<->.<->
# marlonrichert/zsh-autocomplete
zinit wait'0' lucid light-mode depth'1' for \
atinit"ZINIT[COMPINIT_OPTS]=-C; zicompinit; zicdreplay" \
zdharma-continuum/fast-syntax-highlighting \
blockf \
zsh-users/zsh-completions \
atload"!_zsh_autosuggest_start" \
zsh-users/zsh-autosuggestions
atinit"ZINIT[COMPINIT_OPTS]=-C; zicompinit; zicdreplay" \
zdharma-continuum/fast-syntax-highlighting \
blockf \
zsh-users/zsh-completions \
atload"!_zsh_autosuggest_start" \
zsh-users/zsh-autosuggestions
zinit wait'0' lucid light-mode depth'1' for \
atload"bindkey '^[[A' history-substring-search-up; \
bindkey '^[[B' history-substring-search-down" \
zsh-users/zsh-history-substring-search
#[ "$(lsb_release -c -s)" = "orel" ] && ZSH_HISTORY_SEARCH_MULTI_WORD_MODE=1
#[ -n "${SSH_CONNECTION}" ] && ZSH_HISTORY_SEARCH_MULTI_WORD_MODE=2
#zstyle ':history-search-multi-word' page-size "$((LINES/2))"
#zstyle ':plugin:history-search-multi-word' clear-on-cancel 'yes'
#zinit ice if'[[ -z ${ZSH_HISTORY_SEARCH_MULTI_WORD_MODE+set} ]]' \
# wait'0' lucid light-mode depth'1' for \
# atload"bindkey '^K' history-search-multi-word"
#zinit light zdharma-continuum/history-search-multi-word