Aloxaf
Aloxaf
@jbhouse It's Ctrl+x .
Plesae trigger completion with `Ctrl+X .` and provide the log
I update the build script to pull zsh source code from github. Can you try https://github.com/Aloxaf/fzf-tab/pull/334?
How did you install zsh? Compile from source or install from RHEL official repo? Can you provide the output of `fzf --version && zsh --version` ?
This is very hard. You have to spawn a new zsh process to generate the new reuslt, and feed `${TMPPREFIX:-/tmp/zsh}-fzf-tab-$USER/completions.$$` to fzf.
This is a known issue: https://github.com/Aloxaf/fzf-tab/issues/24
This seems to be a bug of upstream. Pretend code ```zsh zle -C all-matches complete-word _generic bindkey '^Xa' all-matches zstyle ':completion:all-matches:*' old-matches only zstyle ':completion:all-matches::::' completer _all_matches disable-fzf-tab mkdir a...
Thanks for your advice. However, considering that this change will break many people's config and there is only one popup script currently, I would like to keep it as it...
设置 `export TERM=xterm-256color`
Are you using the prebuilt binary? How about building it manually?