diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index ed900bc9e2918848a3c98eb2b61e9b64519617f7..5a14ab4642ddd92709b9cbcbba84df9d9cf30924 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -225,7 +225,7 @@ pub fn init(cx: &mut MutableAppContext, path_openers: &mut Vec "space", BACKSPACE_KEY => "backspace", ENTER_KEY => "enter", ESCAPE_KEY => "escape",