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
after pressing z in yazi (if you have zoxide installed) it will open an interactive search menu, to find the dir/file you want
z
That's fine, but after you click it, you enter it, and now to open it in helix, you have to navigate back one folder...
enter
lets say you have a projects/sites/lucca/main.ts path
projects/sites/lucca/main.ts
you press z, then search for lucca and press enter, now you're into lucca's folder, and all you see is main.ts
lucca
main.ts
but to hit enter on the lucca folder, you have to press h or left_arrow (navigate back) and then hit enter, instead of opening it directly
hit enter
h
left_arrow
minor thing, but also annoying
The text was updated successfully, but these errors were encountered:
one thing that could remove actually two steps is to go from yazi's zoxide interactive menu straight to helix
Sorry, something went wrong.
No branches or pull requests
after pressing
z
in yazi (if you have zoxide installed) it will open an interactive search menu, to find the dir/file you wantThat's fine, but after you click it, you
enter
it, and now to open it in helix, you have to navigate back one folder...lets say you have a
projects/sites/lucca/main.ts
pathyou press
z
, then search forlucca
and press enter, now you're into lucca's folder, and all you see ismain.ts
but to
hit enter
on thelucca
folder, you have to pressh
orleft_arrow
(navigate back) and then hitenter
, instead of opening it directlyminor thing, but also annoying
The text was updated successfully, but these errors were encountered: