From 56e4c9bb2ee5fdb9f422d40f2b8a46b3066613a4 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Tue, 21 Nov 2023 01:02:16 +0800 Subject: [PATCH] .. --- 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 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 }