vim or default mode workin properly now

This commit is contained in:
filipriec
2025-05-24 19:25:35 +02:00
parent 7229e2abbd
commit 82e96f7b86
3 changed files with 9 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ pub enum EditorKeybindingMode {
impl Default for EditorKeybindingMode {
fn default() -> Self {
EditorKeybindingMode::Vim // Or EditorKeybindingMode::Default
EditorKeybindingMode::Default
}
}