update zed config

This commit is contained in:
2024-05-24 09:50:29 -04:00
parent aad5a1a026
commit a84c0a0541
2 changed files with 14 additions and 12 deletions
+5 -3
View File
@@ -1,17 +1,19 @@
[
{
"bindings": {}
},
{
"context": "Workspace",
"bindings": {
"cmd-shift-o": "file_finder::Toggle",
"cmd-b": "workspace::ToggleRightDock"
"cmd-r": "task::Spawn"
}
},
{
"context": "Editor && mode == full",
"bindings": {
"cmd-shift-o": "file_finder::Toggle",
"cmd-p": "outline::Toggle",
"cmd-r": "task::Spawn"
"cmd-p": "outline::Toggle"
}
},
{