From b65e5a9a106c6e72cf1494f0d78fa9cdd168df7b Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sat, 27 Sep 2025 00:46:43 -0500 Subject: [PATCH] Fix long standing Zed syntax errors --- modules/hm/zed.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hm/zed.nix b/modules/hm/zed.nix index bebe8a5..3063356 100644 --- a/modules/hm/zed.nix +++ b/modules/hm/zed.nix @@ -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"; }; } ];