Results 638 comments of Junegunn Choi

It's okay as long as we document the limitation. I assume you're a Linux user, so you might not be able to answer this, but I'm wondering how I can...

Passed the tests! I'll review the code when I have some time. Thanks!

Thanks, I tested your patch using `clear_all_shortcuts yes` option in Kitty, and everything seems to work well, great job. One thing I noticed after enabling `clear_all_shortcuts` in Kitty is that...

> No, I'm afraid not. That would go far beyond the scope of this PR. Agreed. Thanks for the detailed explanation. > Furthermore, the Super key in Linux (and the...

Oops, tcell 2.9 requires Go 1.23, but fzf is still [using 1.20 to support Windows 7](https://github.com/junegunn/fzf/issues/4328#issuecomment-2753015260). ``` $ go run -tags tcell main.go src/tui/tcell.go:10:2: missing go.sum entry for module providing...

Everything's fine. I just want to wait a bit to see if the community has any feedback on that release.

I have no idea. One thing I'd like to check is if fzf is using `winpty` on your environment. https://github.com/junegunn/fzf/blob/3ba82b6d87348b119f9a7fd168ad8a597a18b4b2/src/winpty_windows.go#L14-L44 * What is the value of `$TERM_PROGRAM_VERSION`? * And `$TERM_PROGRAM`?...

I started a Windows Server 2025 instance on EC2, installed the latest Git bash, downloaded fzf 0.60.2, and tested it. So here's what I've found. ```sh seq 1000 > test...