-
Notifications
You must be signed in to change notification settings - Fork 386
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
Content retains in the preview panel #1702
Comments
I can't reproduce it using the steps you provided: screenshot-002043.mp4Did you use any custom configs/plugins? Can you reproduce it with the default config ( Also I noticed you're not using the latest nightly version; can you reproduce it with the latest nightly? Let me know if I missed any details for replicating it. |
I add the following line in prepend_previewers = [
{ name = "*.h", run = "code" },
{ name = "*.c", run = "code" },
] |
Why not use the default code rules? yazi/yazi-config/preset/yazi.toml Lines 109 to 111 in a7b9275
|
the |
I can reproduce it with your custom config, will investigate it further |
Please try #1704 |
Yeah, it works. Thanks. |
I'm going to lock this issue because it has been closed for 30 days. ⏳ |
What system are you running Yazi on?
Linux Wayland
What terminal are you running Yazi in?
kitty 0.36.4
yazi --debug
outputDid you try the latest nightly build to see if the problem got fixed?
Yes, and I updated the debug information above (
yazi --debug
) to the nightly that I triedDescribe the bug
When I navigated to a specific file, then go to the parent folder, there are some characters retain in the preview panel.
Minimal reproducer
Download the specific file here: https://bellard.org/ioccc_lena/img.h
Anything else?
No response
The text was updated successfully, but these errors were encountered: