diff --git a/yazi-fm/src/executor.rs b/yazi-fm/src/executor.rs index 12a8b320..a408d18a 100644 --- a/yazi-fm/src/executor.rs +++ b/yazi-fm/src/executor.rs @@ -242,6 +242,7 @@ impl<'a> Executor<'a> { } InputMode::Insert => { on!(backspace); + on!(kill); false }