1/2/25
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user