Bind autocomplete to ctrl-space
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
0344c543af
commit
960696a504
2 changed files with 3 additions and 1 deletions
|
@ -225,7 +225,7 @@ pub fn init(cx: &mut MutableAppContext, path_openers: &mut Vec<Box<dyn PathOpene
|
|||
Binding::new("alt-cmd-[", Fold, Some("Editor")),
|
||||
Binding::new("alt-cmd-]", Unfold, Some("Editor")),
|
||||
Binding::new("alt-cmd-f", FoldSelectedRanges, Some("Editor")),
|
||||
Binding::new("ctrl-shift-A", ShowAutocomplete, Some("Editor")),
|
||||
Binding::new("ctrl-space", ShowAutocomplete, Some("Editor")),
|
||||
]);
|
||||
|
||||
cx.add_action(Editor::open_new);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue