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:
Peter Tripp 2025-06-26 11:07:46 -04:00 committed by GitHub
parent 7031ed8b87
commit f4818b648e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -244,6 +244,7 @@
"ctrl-alt-e": "agent::RemoveAllContext",
"ctrl-shift-e": "project_panel::ToggleFocus",
"ctrl-shift-enter": "agent::ContinueThread",
"super-ctrl-b": "agent::ToggleBurnMode",
"alt-enter": "agent::ContinueWithBurnMode"
}
},