-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
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
Improve File tree picker in Helix with Zellij
#144
Comments
This looks great, thanks for sharing it! Would you like to raise a PR? (Click the bottom link on docs to edit) |
Yes of course, I thought it's better to discuss it before creating it. |
@sxyazi, as you can see in the second video, there is a custom description for the new key bindings, helix doesn't support this but I have patched it, what do you think about sharing my patch? I think it's good, but I don't know if it's ok to share it here. |
I'm going to lock this issue because it has been closed for 30 days. ⏳ This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi, I would like to improve https://yazi-rs.github.io/docs/tips/#helix-with-zellij, what do you think?
The current method is as follows:
~/.config/helix/config.toml
~/.config/helix/yazi-picker.sh
Is good, but the problem is if you have already opened floating pane, after opening the file you will stay on the floating pane. Also forcing the user to open the file in the window they is working in is not good, so we must make it flexible.
Video shows the issue
tip_issue.mp4
As you can see, The first time I used Yazi it was without a floating window already open, then I opened one and typed in it
echo hi
and moved to Helix, then I opened Yazi and as you can see after opening the file in Helix I was in the floating window.My solution is
~/.config/helix/config.toml
~/.config/helix/yazi-picker.sh
After fixing the issue, it will looks like this Awesome!!
fix_tip_issue.mp4
The text was updated successfully, but these errors were encountered: