From c6fc459f9d87bf5834ff96757405df7a1c3ac015 Mon Sep 17 00:00:00 2001 From: Alex Kan <29241719+akan72@users.noreply.github.com> Date: Fri, 29 May 2026 15:08:39 -0400 Subject: [PATCH] Remove empty Zed keymap entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop the {"context": "Editor && vim_mode == insert"} entry that had no bindings field — it was incomplete/dead config doing nothing. --- zed/keymap.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/zed/keymap.json b/zed/keymap.json index 2606a56..50e0967 100644 --- a/zed/keymap.json +++ b/zed/keymap.json @@ -7,8 +7,5 @@ "ctrl-a j": "workspace::ActivatePaneDown", "ctrl-a k": "workspace::ActivatePaneUp" } - }, - { - "context": "Editor && vim_mode == insert" } ]