Aloxaf
Aloxaf
A simple fix is available here: https://github.com/Aloxaf/zinit-module/commit/ee6b59e61e781a784be5a3413ec0f2e673dd918c, but I am not sure how to make a full PR because it will introduce breaking changes.
I have the following ideas: 1. Create a patch and apply it when zsh version `is-at-least` 5.8.1. See https://github.com/Aloxaf/zinit-module/commit/f7c4c272cfa777b1ca83d4c6dfb6484a05dea1b2, this is a very simple solution. 2. Create different branch for...
what's the value of `$ZSH_NAME` on windows?
can you make sure `compinit` has been called before load fzf-tab?
I've tested this, and any completion failure causes the syntax highlighting to disappear, even without using fzf-tab. It's a bug of fast-syntax-highlighting. zsh-syntax-highlighting works well. I will look into it...
duplicate of https://github.com/Aloxaf/fzf-tab/issues/264 https://github.com/Aloxaf/fzf-tab/issues/327. please install zsh with pcre support.
This is zsh's feature. You can use different style for different command. ``` zstyle ':completion:*:git:*:descriptions' format '[%d]' zstyle ':completion:*:man:*:descriptions' format '' ```
Don't use `FZF_DEFAULT_OPTS` and `--preview`, use `fzf-flags` and `fzf-preview` instead. ```zsh zstyle ':fzf-tab:*' fzf-flags --color fg:23,fg+:23,bg+:151,hl:1,hl+:1,info:23,border:23,gutter:-1,prompt:29,pointer:9,query:0,header:23 --height=100% --layout=reverse --info=inline --margin=1 --padding=1 --ansi --preview-window=right:50% --pointer '❯' zstyle ':fzf-tab:*' fzf-preview 'bat --style=numbers...
是否是 https://github.com/clash-verge-rev/clash-verge-rev/issues/752 的原因?
A temporary fix for those who need it: ```diff --- _rustup 2020-03-18 19:08:18.865256496 +0800 +++ _rustup_fix 2020-03-18 18:42:23.837856740 +0800 @@ -23,16 +23,18 @@ '--help[Prints help information]' \ '-V[Prints version information]'...