We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes I need a quick search outside of the current project. A command like this is super helpful:
:file-picker ../other-project
And if it happens too often, I will:
[keys.normal] "space" = { z = ":file-picker ~/projects/rust/library/std" }
The text was updated successfully, but these errors were encountered:
I think a typeable command for the file picker would be useful. Should this be the behavior of using :open on a directory?
:open
Sorry, something went wrong.
#2412 can probably solve part of what you want, even though it's not recursive search
@the-mikedavis
weakphish
Successfully merging a pull request may close this issue.
Sometimes I need a quick search outside of the current project.
A command like this is super helpful:
And if it happens too often, I will:
The text was updated successfully, but these errors were encountered: