-
Notifications
You must be signed in to change notification settings - Fork 28
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
:Yazi toggle entered the previously hovered directory #735
Comments
You can also use |
In my case, I have checked again with only yazi.nvim and plenary.nvim enabled, and with default Yazi configuration. Please tell me if you need any additional information. |
Maybe I could help check the problem. Can you tell me where are the functions related to the hovering behaviour? |
That's a good idea. I think you can get a practical overview by enabling logging, see the instructions here https://github.com/mikavilpas/yazi.nvim/blob/main/documentation/reproducing-issues.md#enabling-logging |
I just remembered there is this upcoming feature that I have enabled, see here https://github.com/mikavilpas/dotfiles/blob/6852877bcecc6f63d076af786e2e7f29278c564f/.config/nvim/lua/plugins/my-file-manager.lua?plain=1#L29-L31 Could you try if that changes the behaviour for you? I'm guessing it might be fixed but only if you have enabled that upcoming feature. |
👌I'll try these later. |
This issue is stale because it has been open for 30 days with no activity. |
This issue seems to have resolved itself for some reason, so I will close it now. |
For instance, say I have this dirs:
When I use
:Yazi toggle
to open yazi.nvim and hover on1
, then press q to quit. Then use:Yazi toggle
to open again, now I'm in1
and hovering on2
.Is this a bug? How could I disable the behaviour to enter the previously hovered dir?
The text was updated successfully, but these errors were encountered: