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
Normally you can: :z .co jo
:z .co jo
This (i guess) is interpreted by zoxide as: within the most recent directory matching ".co" search for the directory matching "jo".
So z .co jo can take me to ~/.config/joshuto/
z .co jo
~/.config/joshuto/
In joshuto this doesn't work. What you get is: zoxide no match found
zoxide no match found
To reproduce this bug just type two patterns followed by zoxide inside joshuto.
The text was updated successfully, but these errors were encountered:
zoxide
Successfully merging a pull request may close this issue.
Normally you can:
:z .co jo
This (i guess) is interpreted by zoxide as: within the most recent directory matching ".co" search for the directory matching "jo".
So
z .co jo
can take me to~/.config/joshuto/
In joshuto this doesn't work. What you get is:
zoxide no match found
To reproduce this bug just type two patterns followed by zoxide inside joshuto.
The text was updated successfully, but these errors were encountered: