From edf4ef872c8a6f2085bb603610f98b0393efbff0 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Wed, 21 Dec 2022 14:03:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=B1=D0=BE=D1=80=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0=20history-search-multi-wor?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 82-completion.zsh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/82-completion.zsh b/82-completion.zsh index 66be54a..112e90e 100644 --- a/82-completion.zsh +++ b/82-completion.zsh @@ -51,12 +51,12 @@ if [[ -z ${ZSH_HISTORY_SEARCH_MULTI_WORD_MODE+set} ]]; then zinit wait'1' lucid light-mode depth'1' for \ atload"bindkey '^K' history-search-multi-word" \ zdharma-continuum/history-search-multi-word -elif [ ${ZSH_HISTORY_SEARCH_MULTI_WORD_MODE} = "1" ]; then - zinit wait'2' lucid light-mode depth'1' for \ - atload"bindkey '^K' history-search-multi-word" \ - zdharma-continuum/history-search-multi-word -elif [ ${ZSH_HISTORY_SEARCH_MULTI_WORD_MODE} = "2" ]; then - zinit light zdharma-continuum/history-search-multi-word - bindkey '^K' history-search-multi-word +#elif [ ${ZSH_HISTORY_SEARCH_MULTI_WORD_MODE} = "1" ]; then +# zinit wait'2' lucid light-mode depth'1' for \ +# atload"bindkey '^K' history-search-multi-word" \ +# zdharma-continuum/history-search-multi-word +#elif [ ${ZSH_HISTORY_SEARCH_MULTI_WORD_MODE} = "2" ]; then +# zinit light zdharma-continuum/history-search-multi-word +# bindkey '^K' history-search-multi-word fi