From 7cd287e8f5cd2c1e41ff47ac73be4b487c109ed2 Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Mon, 21 Jul 2025 22:13:25 -0400 Subject: [PATCH] Enable bulk_rename command --- yazi-fm/src/executor.rs | 1 + 1 file changed, 1 insertion(+) 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);