Отключен виджет (не работает в Orel)

This commit is contained in:
Andrei Astafev 2022-12-23 09:58:40 +03:00
parent dd91f10bb4
commit 01f900a450

View File

@ -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
else #else
function magic-ctrl-k { # function magic-ctrl-k {
if ! (( $#BUFFER )) && [[ "$CONTEXT" == start ]]; then znt-history-widget; fi # if ! (( $#BUFFER )) && [[ "$CONTEXT" == start ]]; then znt-history-widget; fi
} # }
zle -N magic-ctrl-k # zle -N magic-ctrl-k
bindkey '^K' magic-ctrl-k # bindkey '^K' magic-ctrl-k
#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" \