Describe the bug
A clear and concise description of what the bug is.
I can make sure:
To Reproduce
Steps to reproduce the behavior:
% brew install fzf
# ...
% exec zsh
% cd $( mktemp -d )
% git clone git@github.com:Aloxaf/fzf-tab.git
# ...
% > .zshrc <<EOF
setopt interactivecomments transientrprompt
PS1='%# '
PS2=
RPS2='%^'
autoload compinit
compinit
source fzf-tab/fzf-tab.zsh
EOF
% env -i HOME=$PWD PATH=$PATH TERM=$TERM ${TERMINFO:+TERMINFO=$TERMINFO} zsh -d
% fzf # Test that fzf works.
# It does.
% file # Press Tab here.
% file fzf-tab/ # I get normal completion, not fzf.
Expected behavior
I expect fzf to open when I press Tab, not get normal completion.
Environment:
- OS: macOS 15.5
- zsh version: 5.9
Minimal zshrc
See above.
Log
^X does nothing and does not generate any logs.
Describe the bug
A clear and concise description of what the bug is.
I can make sure:
compinitTo Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect
fzfto open when I press Tab, not get normal completion.Environment:
Minimal zshrc
See above.
Log
^Xdoes nothing and does not generate any logs.