update zed config

This commit is contained in:
2024-04-11 09:41:06 -04:00
parent 1fce86f6ed
commit bd418d4ee8
2 changed files with 46 additions and 10 deletions
+15
View File
@@ -0,0 +1,15 @@
[
{
"context": "Workspace",
"bindings": {
"cmd-shift-o": "file_finder::Toggle"
}
},
{
"context": "Editor && mode == full",
"bindings": {
"cmd-shift-o": "file_finder::Toggle",
"cmd-p": "outline::Toggle"
}
}
]