From f4818b648ea80d72d13df91da1b6735bbb6254e1 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Thu, 26 Jun 2025 11:07:46 -0400 Subject: [PATCH] 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 --- assets/keymaps/default-linux.json | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/keymaps/default-linux.json b/assets/keymaps/default-linux.json index 0c4de0e053..e21005816b 100644 --- a/assets/keymaps/default-linux.json +++ b/assets/keymaps/default-linux.json @@ -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" } },