diff --git a/yazi-core/src/tab/commands/cd.rs b/yazi-core/src/tab/commands/cd.rs index 887a6b76..7b5d52b0 100644 --- a/yazi-core/src/tab/commands/cd.rs +++ b/yazi-core/src/tab/commands/cd.rs @@ -73,9 +73,7 @@ impl Tab { } // Backstack - if opt.source.big_jump() && opt.target.is_regular() { - self.backstack.push(&opt.target); - } + self.backstack.push(&opt.target); Pubsub::pub_from_cd(self.id, self.cwd()); self.hover(None);