Replies: 3 comments 9 replies
-
I don’t have this issue, colons should be matched, also looked at your config nothing seems out of the ordinary, it also seems all files are there as the total files in your video is always 328. Can you also try with I suspect you have |
Beta Was this translation helpful? Give feedback.
-
@nenahp nailed it, you’re using bat native which requires a delimiter to be set to : as fzf-lua can’t do any processing. You can disable the Also try bat instead of bat_native which is better, if the issue persists with bat, I’ll fix it when I get a chance. |
Beta Was this translation helpful? Give feedback.
-
FYI, should work after c53ba4f. The downside is we can no longer exclude the file icon from matching so you cannot use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running into a strange issue when using fzf-lua. I have a markdown file in my notes directory with the following name:
When I try to use the file picker through
fzf-lua
, I’m unable to locate this file if it contains a colon (:
) in the name. Here's my config:Behavior
:
), it does not show up in the results — even when I search using a very specific keyword from the filename.And the filename with a colon(
:
) is correctly matched with plainfzf
in the terminal.Reproduction
I've attached a quick demo video showing this behavior:
Screencast From 2025-06-12 00-06-07.webm
fzf-lua Version
Here's the version info:
It seems like the colon might be causing an issue with filename parsing or internal escaping logic, maybe related to how paths are handled when sent to
fzf
.Expected
Files with colons in their names should be fully searchable and matchable like any other file.
Is there anything specific that I need to add in the config for fzf-lua to work with special characters? Maybe I'm missing something, so for now I've not opened an issue separately. If this is not expected behavior, we can open an issue with this discussion.
You can find my full config here.
Beta Was this translation helpful? Give feedback.
All reactions