diff --git a/yazi-core/src/input/commands/show.rs b/yazi-core/src/input/commands/show.rs index 482e6a62..260bc646 100644 --- a/yazi-core/src/input/commands/show.rs +++ b/yazi-core/src/input/commands/show.rs @@ -46,6 +46,7 @@ impl Input { // Set cursor after reset if let Some(cursor) = opt.cfg.cursor { self.snaps.current_mut().cursor = cursor; + self.move_(0); } render!();