mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
restore editor::UnfoldRecursive
binding (#19865)
This commit is contained in:
parent
58e5d4ff02
commit
1b84fee708
1 changed files with 1 additions and 0 deletions
|
@ -349,6 +349,7 @@
|
|||
"alt-cmd-]": "editor::UnfoldLines",
|
||||
"cmd-k cmd-l": "editor::ToggleFold",
|
||||
"cmd-k cmd-[": "editor::FoldRecursive",
|
||||
"cmd-k cmd-]": "editor::UnfoldRecursive",
|
||||
"cmd-k cmd-1": ["editor::FoldAtLevel", { "level": 1 }],
|
||||
"cmd-k cmd-2": ["editor::FoldAtLevel", { "level": 2 }],
|
||||
"cmd-k cmd-3": ["editor::FoldAtLevel", { "level": 3 }],
|
||||
|
|
Loading…
Reference in a new issue