fzf
fzf copied to clipboard
`[Ctrl-C]` after `[Ctrl-R]` does not return back to fish prompt under Windows/MSYS2
- [x] I have read through the manual page (
man fzf) - [x] I have the latest version of fzf
- [x] I have searched through the existing issues
Info
- OS
- [ ] Linux
- [ ] Mac OS X
- [x] Windows
- [ ] Etc.
- Shell
- [ ] bash
- [ ] zsh
- [x] fish
- Terminal
- [x] Windows Terminal
Problem / Steps to reproduce

- Install MSYS2
- Install fish (
pacman -S fish) - Clone this repo
- Run
install --no-bash --no-zsh - Restart fish
- Hit
[Ctrl-R]to get a history window - Hit
[Ctrl-C]
Expect: goes back to fish prompt Actual: history window goes away but does not go back to fish prompt