Junegunn Choi
Junegunn Choi
@lincheney Thank you for the tip. Your project looks very nice. I have two problems with this: * I really like having the description and some extra information in the...
winpty doesn't pass down the exported variables? Is it a known limitation of winpty?
I believe this was a bug introduced by https://github.com/junegunn/fzf/commit/aefb9a5bc41f92227e4bffa050caca0270b450ba, and 0a8ff7899c7d09457d3896fcce2d4dcffcc13e17 should fix it. Please test it and let me know if it works for you.
fzf performs basic normalization where one-on-one character mapping is available, however it does not handle comibining diaeresis as you have noticed. https://github.com/junegunn/fzf/blob/master/src/algo/normalize.go I think the challenge is to implement the...
In Rg, fzf is used as the secondary filter. When you run `:Rg foobar`, fzf starts ripgrep to search for `foobar`, then we further narrow down the ripgrep result using...
Yeah, the documentation is sparse. I usually avoid starting `:RG` or `:Rg` without an initial search term, since that can cause fzf to load a large number of entries into...
Last time I checked, tmux popup didn't support images. https://github.com/tmux/tmux/issues/4329
The code has changed a lot since this, can you check if the current version works as expected now?
Fixed by https://github.com/junegunn/fzf.vim/pull/1582#issuecomment-2675925540
Thanks @andelink for sharing a nice theme that works well in both dark and light modes. If you switch between dark and light modes, you'll get better results if you...