-
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Aug 28, 2025
Replies: 1 comment
-
This is by design since in zoxide the last dir part is what you’re interested in, the default formatter is path.dirname_first but you can override it if you want: fzf-lua/lua/fzf-lua/defaults.lua Line 1362 in bebc84e Try |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
deeengan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is by design since in zoxide the last dir part is what you’re interested in, the default formatter is path.dirname_first but you can override it if you want:
fzf-lua/lua/fzf-lua/defaults.lua
Line 1362 in bebc84e
Try
:FzfLua zoxide formatter=path.filename_first
(or false if you want to disable the formatter).