Fix :Rg not launching search window on vim+windows+msys2

When you run :Rg in vim in a msys terminal on Windows and it doesn’t launch the search window but rather drops you into less .

Check your TERM variable echo $TERM. If it not cygwin, set it to cygwin and that it. Reference https://github.com/junegunn/fzf/issues/2153

Leave a Reply