prevent crash

This commit is contained in:
2025-11-13 11:27:00 -07:00
parent b9e80920b2
commit e4a1353e00

View File

@@ -269,7 +269,9 @@ impl Mode {
} }
} }
} }
_ => todo!(), // IDK why it works but it does. Keystrokes are process somewhere else?
Mode::Insert(_chord) => {},
Mode::Command(_chord) => {},
} }
} }
} }