Fix long standing Zed syntax errors
This commit is contained in:
+2
-2
@@ -46,10 +46,10 @@ in
|
|||||||
installRemoteServer = true;
|
installRemoteServer = true;
|
||||||
userKeymaps = [
|
userKeymaps = [
|
||||||
{
|
{
|
||||||
context = "Editor && (showing_completions || showing code actions)";
|
context = "Editor && (showing_completions || showing_code_actions)";
|
||||||
bindings = {
|
bindings = {
|
||||||
enter = "editor::Newline";
|
enter = "editor::Newline";
|
||||||
escape = "editor:Cancel";
|
escape = "editor::Cancel";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user