Results 638 comments of Junegunn Choi

Thank you very much for the patch. I've tested the patch on cmd.exe on my Windows VM, but when I start fzf with `--height` option and paste `한글` to the...

I've finally had a chance to test this on Windows Terminal. It works, however, on Windows Terminal, I don't seem to have any problem entering non-ASCII characters even without the...

Sorry, I was wrong. This does fix the problem on Windows Terminal. Before the patch, I had to manually run `chcp 65001` to enable non-ASCII input. But one thing I...

> if it would be possible to get syntax highlighting like zdharma-continuum/history-search-multi-word for history backsearch with fzf ? I'm not sure. We would have to use `bat` for syntax highlighting,...

> Yes, it works. But I don't find it very convenient. Thanks for the confirmation, so we do have a workaround. > Is there a specific reason that CTRL-R is...

No. But why would you do that? I can't think of a case where moving the label would benefit the user. Wouldn't it just be confusing?

So it's not something you absolutely need. Please note that preview/border labels can show ANSI colors, it might help in your case. ```sh fzf --preview 'cat {}' --preview-label $' \x1b[33myellow...

Going to close this as I don't expect much demand for the feature.

Neovim actually prints the warning message, but the message is cleared from the screen after the file is open. You can see it from `:messages`. Not sure how I can...