From d92b40474fa128595f8e3efc86efcbb61b268bfd Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Thu, 20 Jan 2022 15:43:02 +0100 Subject: [PATCH] Change `GoToDefinition` binding to `F12` Co-Authored-By: Nathan Sobo --- crates/editor/src/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 38adc65df9e356b560ed610512af03e13530ccd5..f2acfc23f85e62428a34a9e79309cb93ac421f89 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -215,7 +215,7 @@ pub fn init(cx: &mut MutableAppContext, path_openers: &mut Vec