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

This commit is contained in:
Max Brunsfeld 2023-12-19 14:11:59 -08:00
parent 407478d411
commit 1b09862384

View file

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