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