Проба оптимизации автодополнения
This commit is contained in:
parent
a545d3be52
commit
c7b2bbb92f
@ -37,16 +37,16 @@ zinit wait'0' lucid light-mode depth'1' for \
|
|||||||
atload"!_zsh_autosuggest_start" \
|
atload"!_zsh_autosuggest_start" \
|
||||||
zsh-users/zsh-autosuggestions
|
zsh-users/zsh-autosuggestions
|
||||||
|
|
||||||
if [[ -n ${ZSH_MC_SUBSHELL+set} ]] && [[ -n ${SSH_CONNECTION+set} ]]; then
|
zinit wait'1' lucid light-mode depth'1' for \
|
||||||
zinit light zsh-users/zsh-history-substring-search
|
atload"bindkey '^[[A' history-substring-search-up; \
|
||||||
else
|
bindkey '^[[B' history-substring-search-down" \
|
||||||
zstyle ":history-search-multi-word" page-size "$((LINES/2))"
|
zsh-users/zsh-history-substring-search
|
||||||
zstyle ":plugin:history-search-multi-word" clear-on-cancel "yes"
|
|
||||||
zinit wait'0' lucid light-mode depth'1' for \
|
zstyle ':history-search-multi-word' page-size "$((LINES/2))"
|
||||||
zdharma-continuum/history-search-multi-word \
|
zstyle ':plugin:history-search-multi-word' clear-on-cancel 'yes'
|
||||||
atload"bindkey '^[[A' history-substring-search-up; \
|
if [[ -z ${ZSH_HISTORY_SEARCH_MULTI_WORD_MODE+set} ]]; then
|
||||||
bindkey '^[[B' history-substring-search-down; \
|
zinit wait'1' lucid light-mode depth'1' for \
|
||||||
bindkey '^K' history-search-multi-word " \
|
atload"bindkey '^K' history-search-multi-word" \
|
||||||
zsh-users/zsh-history-substring-search
|
zdharma-continuum/history-search-multi-word
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user