This commit is contained in:
2025-01-02 09:51:12 -05:00
parent 1c493e63af
commit 6b8f7e0b54
12 changed files with 247 additions and 311 deletions
+7 -8
View File
@@ -42,6 +42,7 @@
{
"context": "Editor",
"bindings": {
"ctrl-shift-s": "editor::ToggleInlineCompletions",
"escape": "editor::Cancel",
"backspace": "editor::Backspace",
"shift-backspace": "editor::Backspace",
@@ -450,16 +451,14 @@
{
"context": "Workspace",
"bindings": {
// Change the default action on `menu::Confirm` by setting the parameter
// "alt-cmd-o": [
// "projects::OpenRecent",
// {
// "create_new_window": true
// }
// ]
"alt-cmd-o": [
"projects::OpenRecent",
{
"create_new_window": true
}
],
"cmd-shift-o": "file_finder::Toggle",
"cmd-r": "task::Spawn",
"alt-cmd-o": "projects::OpenRecent",
"alt-cmd-b": "branches::OpenRecent",
"ctrl-~": "workspace::NewTerminal",
"cmd-s": "workspace::Save",