Closed bertradio closed 16 hours ago
My yazi.log file.
Also here is my smart-enter init.lua:
-- Created: 05/20/24
--- @sync entry
return { entry = function() local h = cx.active.current.hovered ya.manager_emit(h and h.cha.is_dir and "enter" or "open", { hovered = true }) end, }
-- Created: 05/20/24
No, you need to place the --- @sync entry
at the head of the file without any other content before, see https://yazi-rs.github.io/docs/tips#smart-enter
Closing as expected behavior
Sorry to bother. Great work
Thanks. Works now.
Yazi is the BEST!!!
On Thu, Nov 7, 2024, at 15:07, 三咲雅 · Misaki Masa wrote:
-- Created: 05/20/24
No, you need to place the
--- @sync entry
at the head of the file without any other content before, see https://yazi-rs.github.io/docs/tips#smart-enterClosing as expected behavior
— Reply to this email directly, view it on GitHub https://github.com/sxyazi/yazi/issues/1892#issuecomment-2463400306, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALLYYRJYZ3XA3MOCSZB3ZULZ7PXBZAVCNFSM6AAAAABRMHNJB6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRTGQYDAMZQGY. You are receiving this because you authored the thread.Message ID: @.***>
What system are you running Yazi on?
Linux X11
What terminal are you running Yazi in?
kitty 0.36.4
yazi --debug
outputDescribe the bug
As per instructions, added to smart-enter init.lua --- @sync entry.
I have smart-enter mapped to Enter. When hitting enter the process just hangs. This happens whether or not I have --sync in my keymap.toml.
Minimal reproducer
I was able to change other plugins with --- @sync entry successfully.
Anything else?
No response
Validations
yazi --debug
) input box to the nightly that I triedmv ~/.config/yazi ~/.config/yazi-backup
)