When I use helm-find-files
to search for a directory. I would like it to display exact matches and directories first in the list of candidates, followed by files.
For example, searching for "src" gives the following results:
How can I make "src" show up first, since it's an exact match and also a directory? Or, baring that, making hidden "." files go to the end of the list (since it seems to be in alphabetical order?)