From 6e33f1421804df70b30a026257881edeb5d2de59 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 3 Feb 2022 12:17:03 -0800 Subject: [PATCH] Confirm completion on tab key as well as enter key --- crates/editor/src/editor.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 01b966cb7c..aae60d3c17 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -146,6 +146,7 @@ pub fn init(cx: &mut MutableAppContext, path_openers: &mut Vec