From 64d412e8a82cf806f94ef42f1a3b3616ff76f5fd Mon Sep 17 00:00:00 2001 From: pik4li <67532734+pik4li@users.noreply.github.com> Date: Wed, 25 Dec 2024 10:42:31 +0100 Subject: [PATCH] removed the manual approach of the smart enter plugin --- plugins/smart-enter.yazi/init.lua | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 plugins/smart-enter.yazi/init.lua diff --git a/plugins/smart-enter.yazi/init.lua b/plugins/smart-enter.yazi/init.lua deleted file mode 100644 index 2ea705d..0000000 --- a/plugins/smart-enter.yazi/init.lua +++ /dev/null @@ -1,7 +0,0 @@ ---- @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, -}