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
Wondering if there is a way that we can copy the current text into the fuzzy search prompt even if it does not match anything initially.
So, if I had a folder with
/abc /def
and I did cd bc + TAB it should copy the bc into the fuzzy search box and autocomplete for me.
cd bc + TAB
bc
Is there a way to enable this or support this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Wondering if there is a way that we can copy the current text into the fuzzy search prompt even if it does not match anything initially.
So, if I had a folder with
and I did
cd bc + TAB
it should copy thebc
into the fuzzy search box and autocomplete for me.Is there a way to enable this or support this?
The text was updated successfully, but these errors were encountered: