linux: Add agent::ToggleBurnMode shortcut (super-ctrl-b) (#33458)
Follow-up to: - https://github.com/zed-industries/zed/pull/33452 - https://github.com/zed-industries/zed/pull/33190 - https://github.com/zed-industries/zed/pull/31630 Release Notes: - N/A
This commit is contained in:
parent
7031ed8b87
commit
f4818b648e
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@
|
||||||
"ctrl-alt-e": "agent::RemoveAllContext",
|
"ctrl-alt-e": "agent::RemoveAllContext",
|
||||||
"ctrl-shift-e": "project_panel::ToggleFocus",
|
"ctrl-shift-e": "project_panel::ToggleFocus",
|
||||||
"ctrl-shift-enter": "agent::ContinueThread",
|
"ctrl-shift-enter": "agent::ContinueThread",
|
||||||
|
"super-ctrl-b": "agent::ToggleBurnMode",
|
||||||
"alt-enter": "agent::ContinueWithBurnMode"
|
"alt-enter": "agent::ContinueWithBurnMode"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue