Fix long standing Zed syntax errors

This commit is contained in:
Greg Hellings
2025-09-27 00:46:43 -05:00
parent 62c14b90f0
commit b65e5a9a10
+2 -2
View File
@@ -46,10 +46,10 @@ in
installRemoteServer = true;
userKeymaps = [
{
context = "Editor && (showing_completions || showing code actions)";
context = "Editor && (showing_completions || showing_code_actions)";
bindings = {
enter = "editor::Newline";
escape = "editor:Cancel";
escape = "editor::Cancel";
};
}
];