chore: 🧹

Just Tidying
This commit is contained in:
Jake Pullen
2025-05-17 14:33:39 +01:00
parent 885ced00d9
commit 6f35411baf
10 changed files with 2855 additions and 60 deletions
+21
View File
@@ -0,0 +1,21 @@
// Zed keymap
//
// For information on binding keys, see the Zed
// documentation: https://zed.dev/docs/key-bindings
//
// To see the default key bindings run `zed: open default keymap`
// from the command palette.
[
{
"context": "Workspace",
"bindings": {
// "shift shift": "file_finder::Toggle"
}
},
{
"context": "Editor",
"bindings": {
// "j k": ["workspace::SendKeystrokes", "escape"]
}
}
]