You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m encountering an issue when trying to use fzf.vim in Git Bash on Windows. When I run :Files (or other fzf.vim commands) in Vim, it just shows a blank screen, as seen in the attached screenshot.
System Details:
Operating System: Windows 10
Shell: Git Bash (using MinGW64)
Vim version: version 9.1.532
Git version: Git-2.46.0-64-bit
fzf I confirmed it works in Git Bash when I use the alias fzf="winpty fzf".
Problem Summary: fzf works on the command line with the alias fzf="winpty fzf", but when I try to use it through fzf.vim (e.g., :Files), the screen is blank in Vim.
Steps Tried:
Alias: I added alias fzf="winpty fzf" to get fzf working in Git Bash.
Testing on Command Line: Running fzf on its own in Git Bash works fine, showing a list of files or results as expected.
Using fzf.vim in Vim: When I execute :Files, the screen is blank and unresponsive.
Additional Details:
Has anyone encountered this issue, or does anyone have suggestions for getting fzf.vim to work correctly in Git Bash on Windows? I’ve been stuck on this for quite some time, and any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Checklist
man fzf
)Output of
fzf --version
0.56.0 (ff16877)
OS
Shell
Problem / Steps to reproduce
Description:
Screenshot
Hello everyone,
I’m encountering an issue when trying to use fzf.vim in Git Bash on Windows. When I run :Files (or other fzf.vim commands) in Vim, it just shows a blank screen, as seen in the attached screenshot.
System Details:
Operating System: Windows 10
Shell: Git Bash (using MinGW64)
Vim version: version 9.1.532
Git version: Git-2.46.0-64-bit
fzf I confirmed it works in Git Bash when I use the alias fzf="winpty fzf".
Problem Summary: fzf works on the command line with the alias fzf="winpty fzf", but when I try to use it through fzf.vim (e.g., :Files), the screen is blank in Vim.
Steps Tried:
Alias: I added alias fzf="winpty fzf" to get fzf working in Git Bash.
Testing on Command Line: Running fzf on its own in Git Bash works fine, showing a list of files or results as expected.
Using fzf.vim in Vim: When I execute :Files, the screen is blank and unresponsive.
Additional Details:
Has anyone encountered this issue, or does anyone have suggestions for getting fzf.vim to work correctly in Git Bash on Windows? I’ve been stuck on this for quite some time, and any help would be appreciated.
The text was updated successfully, but these errors were encountered: