Restrcit context for some editor bindings that don't apply to single-line editors

Max Brunsfeld created

Change summary

assets/keymaps/default.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

assets/keymaps/default.json 🔗

@@ -502,7 +502,7 @@
     }
   },
   {
-    "context": "Editor",
+    "context": "Editor && mode == full",
     "bindings": {
       "alt-enter": "editor::OpenExcerpts",
       "cmd-f8": "editor::GoToHunk",