Подбор запуска history-search-multi-word
This commit is contained in:
parent
9730fc1f5c
commit
edf4ef872c
@ -51,12 +51,12 @@ if [[ -z ${ZSH_HISTORY_SEARCH_MULTI_WORD_MODE+set} ]]; then
|
|||||||
zinit wait'1' lucid light-mode depth'1' for \
|
zinit wait'1' lucid light-mode depth'1' for \
|
||||||
atload"bindkey '^K' history-search-multi-word" \
|
atload"bindkey '^K' history-search-multi-word" \
|
||||||
zdharma-continuum/history-search-multi-word
|
zdharma-continuum/history-search-multi-word
|
||||||
elif [ ${ZSH_HISTORY_SEARCH_MULTI_WORD_MODE} = "1" ]; then
|
#elif [ ${ZSH_HISTORY_SEARCH_MULTI_WORD_MODE} = "1" ]; then
|
||||||
zinit wait'2' lucid light-mode depth'1' for \
|
# zinit wait'2' lucid light-mode depth'1' for \
|
||||||
atload"bindkey '^K' history-search-multi-word" \
|
# atload"bindkey '^K' history-search-multi-word" \
|
||||||
zdharma-continuum/history-search-multi-word
|
# zdharma-continuum/history-search-multi-word
|
||||||
elif [ ${ZSH_HISTORY_SEARCH_MULTI_WORD_MODE} = "2" ]; then
|
#elif [ ${ZSH_HISTORY_SEARCH_MULTI_WORD_MODE} = "2" ]; then
|
||||||
zinit light zdharma-continuum/history-search-multi-word
|
# zinit light zdharma-continuum/history-search-multi-word
|
||||||
bindkey '^K' history-search-multi-word
|
# bindkey '^K' history-search-multi-word
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user