Allow splitting terminal items in the central pane group (#22088)
Follow-up of https://github.com/zed-industries/zed/pull/22004 Closes https://github.com/zed-industries/zed/issues/22078 Release Notes: - Fixed splitting terminal items in the center
This commit is contained in:
parent
88f7942f11
commit
ff2ad63037
6 changed files with 294 additions and 256 deletions
|
@ -173,7 +173,7 @@ This could be useful for launching a terminal application that you want to use i
|
|||
"bindings": {
|
||||
"alt-g": [
|
||||
"task::Spawn",
|
||||
{ "task_name": "start lazygit", "target": "center" }
|
||||
{ "task_name": "start lazygit", "reveal_target": "center" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue