Open
Description
Checklist
- I have read through the manual page (
man fzf
) - I have searched through the existing issues
- For bug reports, I have checked if the bug is reproducible in the latest version of fzf
Output of fzf --version
0.53.0 (c4a9ccd)
OS
- Linux
- macOS
- Windows
- Etc.
Shell
- bash
- zsh
- fish
Problem / Steps to reproduce
scoop install git fzf
- In Git Bash, run
ls | fzf
- Click on any item on the list. Observe that the item that becomes selected is not what was clicked.
Also, on Wezterm with bash, clicking does not seem to work at all, while on Wezterm with cmd, clicking works.