F
at a dir to fuzzy find in this directory
#1160
Replies: 1 comment
-
"Find in Files..." is a grep within the files, not a search for files by name like the fuzzy finding in neo-tree. I think Telescope and others already do a fine job of this and we won't be re-implementing that here. If what you actually want is a fuzzy search on file names within a sub directory, just set this option: neo-tree.nvim/lua/neo-tree/defaults.lua Line 483 in 71f1841 OR use the "fuzzy_sorter" command which is mapped to With either of those options, you could just include the path name in your search term to filter within that sub folder. In your example above:
would probably be enough to fuzzy find |
Beta Was this translation helpful? Give feedback.
-
Like
Find in files
when right click the dir node in IDEABeta Was this translation helpful? Give feedback.
All reactions