Replies: 4 comments
-
Does #2412 cover what you're looking for? |
Beta Was this translation helpful? Give feedback.
-
I think this is about a different kind file picker. I was talking about a dir picker which does a cd at the end. The |
Beta Was this translation helpful? Give feedback.
-
Hey @eburghar |
Beta Was this translation helpful? Give feedback.
-
Yes that would be better. I just fear that it would offer less readability than a vertical list like the file picker. You should also have the fuzzy pattern highlighted in candidates. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use extensively a fuzzy dir finder in kakoune I made with skim to quickly cd into a project directory and then fuzzy pick a file from there.
I have the option to start the finder from a given dir (by default it fuzzy finds from the current directory).
So there could be a fuzzy dir picker accessible from the space mode, and a command accepting argument with completion mode on the prompt mode, but we can rely on the
:cd
command for that and then pick a dir in space mode in 2 steps.It should be reasonably easy to implement on top of the actual file picker (choose dir instead of file, cd instead of open).
What do you think ?
Beta Was this translation helpful? Give feedback.
All reactions