Отключены плагины, приводящие к нестабильной работе
This commit is contained in:
parent
020da06b8a
commit
b1ab03e165
@ -11,7 +11,7 @@ zinit light agkozak/zsh-z
|
|||||||
|
|
||||||
zinit snippet OMZP::pj
|
zinit snippet OMZP::pj
|
||||||
|
|
||||||
if [ "$(id -u)" != "0" ] && [[ -n ${DISPLAY+set} ]]; then
|
if [[ "$(id -u)" != "0" ]] && [[ -n "${DISPLAY+set}" ]]; then
|
||||||
zstyle ':notify:*' expire-time 5000
|
zstyle ':notify:*' expire-time 5000
|
||||||
zstyle ':notify:*' command-complete-timeout 20
|
zstyle ':notify:*' command-complete-timeout 20
|
||||||
zstyle ':notify:*' enable-on-ssh yes
|
zstyle ':notify:*' enable-on-ssh yes
|
||||||
@ -22,9 +22,6 @@ zinit snippet OMZL::clipboard.zsh
|
|||||||
zinit snippet OMZL::key-bindings.zsh
|
zinit snippet OMZL::key-bindings.zsh
|
||||||
zinit snippet OMZL::termsupport.zsh
|
zinit snippet OMZL::termsupport.zsh
|
||||||
|
|
||||||
if command -v autojump > /dev/null 2>&1; then
|
|
||||||
zinit snippet OMZP::autojump
|
|
||||||
fi
|
|
||||||
if [ -x /usr/lib/command-not-found ]; then
|
if [ -x /usr/lib/command-not-found ]; then
|
||||||
zinit snippet OMZP::command-not-found
|
zinit snippet OMZP::command-not-found
|
||||||
fi
|
fi
|
||||||
@ -54,7 +51,6 @@ if command -v fzf > /dev/null 2>&1; then
|
|||||||
zinit ice lucid wait'0' mv"completion.zsh -> _fzf" pick"_fzf" as"completion"
|
zinit ice lucid wait'0' mv"completion.zsh -> _fzf" pick"_fzf" as"completion"
|
||||||
zinit snippet https://github.com/junegunn/fzf/blob/master/shell/completion.zsh
|
zinit snippet https://github.com/junegunn/fzf/blob/master/shell/completion.zsh
|
||||||
zinit snippet https://github.com/junegunn/fzf/blob/master/shell/key-bindings.zsh
|
zinit snippet https://github.com/junegunn/fzf/blob/master/shell/key-bindings.zsh
|
||||||
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -18,28 +18,13 @@ if command -v fzf > /dev/null 2>&1; then
|
|||||||
}
|
}
|
||||||
zle -N magic-ctrl-f
|
zle -N magic-ctrl-f
|
||||||
bindkey '^F' magic-ctrl-f
|
bindkey '^F' magic-ctrl-f
|
||||||
|
|
||||||
zinit ice wait'1' lucid light-mode depth'1' \
|
|
||||||
atload"bindkey '^H' fzf-history; \
|
|
||||||
bindkey '^Z' fzf-kill-proc-by-list"
|
|
||||||
zinit light amaya382/zsh-fzf-widgets
|
|
||||||
ZSH_FZF_PASTE_KEY=enter
|
|
||||||
ZSH_FZF_EXEC_KEY=ctrl-r
|
|
||||||
fi
|
fi
|
||||||
#}}}
|
#}}}
|
||||||
|
|
||||||
zinit wait'1' lucid light-mode depth'1' for \
|
#ZSH_FZF_PASTE_KEY=enter
|
||||||
atload"bindkey '^[[A' history-substring-search-up; \
|
#ZSH_FZF_EXEC_KEY=ctrl-r
|
||||||
bindkey '^[[B' history-substring-search-down" \
|
#zinit wait'0' lucid light-mode depth'1' for \
|
||||||
zsh-users/zsh-history-substring-search
|
# atload"bindkey '^H' fzf-history; \
|
||||||
|
# bindkey '^Z' fzf-kill-proc-by-list" \
|
||||||
|
# amaya382/zsh-fzf-widgets
|
||||||
|
|
||||||
[ "$(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'1' lucid light-mode depth'1' \
|
|
||||||
atload"bindkey '^K' history-search-multi-word"
|
|
||||||
zinit light zdharma-continuum/history-search-multi-word
|
|
||||||
|
@ -30,10 +30,24 @@ zstyle ':completion:*:(ssh|scp|rsync):*:hosts-ipaddr' ignored-patterns '^<->.<->
|
|||||||
# marlonrichert/zsh-autocomplete
|
# marlonrichert/zsh-autocomplete
|
||||||
|
|
||||||
zinit wait'0' lucid light-mode depth'1' for \
|
zinit wait'0' lucid light-mode depth'1' for \
|
||||||
atinit"ZINIT[COMPINIT_OPTS]=-C; zicompinit; zicdreplay" \
|
atinit"ZINIT[COMPINIT_OPTS]=-C; zicompinit; zicdreplay" \
|
||||||
zdharma-continuum/fast-syntax-highlighting \
|
zdharma-continuum/fast-syntax-highlighting \
|
||||||
blockf \
|
blockf \
|
||||||
zsh-users/zsh-completions \
|
zsh-users/zsh-completions \
|
||||||
atload"!_zsh_autosuggest_start" \
|
atload"!_zsh_autosuggest_start" \
|
||||||
zsh-users/zsh-autosuggestions
|
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
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/romkatv/zsh-bin/master/ins
|
|||||||
Установить рекомендуемые пакеты:
|
Установить рекомендуемые пакеты:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt-get install autojump command-not-found grc grepcidr kitty-terminfo wmctrl xdotool
|
sudo apt-get install command-not-found grc grepcidr kitty-terminfo wmctrl xdotool
|
||||||
```
|
```
|
||||||
|
|
||||||
Установить дополнительные программы по [инструкции](https://git.246060.ru/config/eget/).
|
Установить дополнительные программы по [инструкции](https://git.246060.ru/config/eget/).
|
||||||
|
Loading…
Reference in New Issue
Block a user