From 960696a504f3a723288e72a921fc7819d2ffe119 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 31 Jan 2022 11:34:19 -0700 Subject: [PATCH] Bind autocomplete to ctrl-space Co-Authored-By: Antonio Scandurra --- crates/editor/src/editor.rs | 2 +- crates/gpui/src/platform/mac/event.rs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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",