Change root directory (for file picker) #8058
-
Hello! I work in a repo that contains many projects, and when I open the file picker, I only want to list files within that project. My workflow could be something like this: cd repo
cd projects
cd myproject
hx .
f Unfortunately for me, the file picker looks for .git folders, and there is only one in the Does anyone have any advice? I'm aware that I can create a .git folder in my project directory, but that is rather confusing behaviour. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Do you mean you want only files from the current directory ( You can also |
Beta Was this translation helpful? Give feedback.
-
it is so jarring if you press f and are bombarded by 40000 files. and the top results are porn in your download folder 🤣 |
Beta Was this translation helpful? Give feedback.
Ah! The first point is what I want :) Thanks!