diff --git a/yazi-fm/src/executor.rs b/yazi-fm/src/executor.rs index 7979236b..e0ab19bb 100644 --- a/yazi-fm/src/executor.rs +++ b/yazi-fm/src/executor.rs @@ -98,6 +98,7 @@ impl<'a> Executor<'a> { on!(visual_mode); // Operation + on!(bulk_rename); on!(open); on!(open_do); on!(yank);