This commit is contained in:
sxyazi 2023-11-21 01:02:16 +08:00
parent 9de3fab65a
commit 56e4c9bb2e
No known key found for this signature in database

View file

@ -242,6 +242,7 @@ impl<'a> Executor<'a> {
}
InputMode::Insert => {
on!(backspace);
on!(kill);
false
}