Junegunn Choi
Junegunn Choi
Thanks for the report, but it's definitely a false alarm. It happens all the time. https://github.com/search?q=repo%3Ajunegunn%2Ffzf+fzf+defender&type=issues
> `export FZF_DEFAULT_COMMAND='ag --hidden --ignore dist node_modules .git -g ""'` If I'm not mistaken, `--ignore` only takes a single argument, so the command is invalid. ```sh cd /tmp mkdir foo...
I can't reproduce the problem. fzf simply reads the output of the command. You should make sure that the command itself is working as expected. i.e.`eval "$FZF_DEFAULT_COMMAND"`.
You should check if the command in the variable works as expected on your shell. Not on vim.
We have `--no-input` in 0.59.0. https://junegunn.github.io/fzf/releases/0.59.0/#hiding-input-section
> If first/last are meant to move cursor to the best/worse match Yes, they refer to the first and the last of the result list. When the list is sorted,...
`type fzf`?
Doesn't sound like an issue of fzf. Maybe a broken global alias of zsh?
@LangLangBart Thanks! That's really helpful info. So, unless there are vocal users, I'd like to move on, but keeping this branch alive for a while, backporting some important fixes.
> // this is for scroll events I don't think that's accurate. https://github.com/junegunn/fzf/commit/70529878e20cf0367ca25b0aa9dbf1f51062f5e0 That said, in Kitty, I can still select text using the mouse by holding down the shift...