mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 04:44:30 +00:00
Restrcit context for some editor bindings that don't apply to single-line editors
This commit is contained in:
parent
407478d411
commit
1b09862384
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor",
|
||||
"context": "Editor && mode == full",
|
||||
"bindings": {
|
||||
"alt-enter": "editor::OpenExcerpts",
|
||||
"cmd-f8": "editor::GoToHunk",
|
||||
|
|
Loading…
Reference in a new issue