diff --git a/config/zed/keymap.json b/config/zed/keymap.json index b824f8a..7030f58 100644 --- a/config/zed/keymap.json +++ b/config/zed/keymap.json @@ -7,15 +7,9 @@ // from the command palette. [ { - "context": "Workspace", + "context": "vim_mode == normal", "bindings": { "escape enter": ["pane::CloseActiveItem", { "saveIntent": "saveAll" }] } - }, - { - "context": "Editor", - "bindings": { - // "j k": ["workspace::SendKeystrokes", "escape"] - } } ]