-
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Sep 11, 2024
Replies: 1 comment 3 replies
-
Use fzf's :lua require("fzf-lua").files({formatter="path.filename_first",fzf_opts={["--delimiter"]="[\t]",["--nth"]=1}}) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
hyawara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use fzf's
--nth
combined with a tab delimiter to limit the search to filename only: