Add back default keybindings to Burn Mode and branch picker toggles (#33452)
Follow up to https://github.com/zed-industries/zed/pull/33190, as they were removed because of conflict with VS Code's usage of those bindings to toggle the right dock. `cmd-ctrl-b` seems like a safe alternative. Note that this PR is macOS only, though. I couldn't find yet any good options for Linux as they were all mostly conflicting with something else. Release Notes: - N/A
This commit is contained in:
parent
d1eb69c6cd
commit
00499aadd4
1 changed files with 2 additions and 0 deletions
|
@ -283,6 +283,7 @@
|
|||
"cmd->": "assistant::QuoteSelection",
|
||||
"cmd-alt-e": "agent::RemoveAllContext",
|
||||
"cmd-shift-e": "project_panel::ToggleFocus",
|
||||
"cmd-ctrl-b": "agent::ToggleBurnMode",
|
||||
"cmd-shift-enter": "agent::ContinueThread",
|
||||
"alt-enter": "agent::ContinueWithBurnMode"
|
||||
}
|
||||
|
@ -587,6 +588,7 @@
|
|||
"alt-cmd-o": ["projects::OpenRecent", { "create_new_window": false }],
|
||||
"ctrl-cmd-o": ["projects::OpenRemote", { "from_existing_connection": false, "create_new_window": false }],
|
||||
"ctrl-cmd-shift-o": ["projects::OpenRemote", { "from_existing_connection": true, "create_new_window": false }],
|
||||
"cmd-ctrl-b": "branches::OpenRecent",
|
||||
"ctrl-~": "workspace::NewTerminal",
|
||||
"cmd-s": "workspace::Save",
|
||||
"cmd-k s": "workspace::SaveWithoutFormat",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue