initial commit

This commit is contained in:
Belal Elsabbagh
2024-12-18 19:45:33 +02:00
commit 408a1d9f1f
19 changed files with 1523 additions and 0 deletions

21
zed/keymap.json Normal file
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": {
"space space": "file_finder::Toggle"
}
},
{
"context": "Editor",
"bindings": {
// "j k": ["workspace::SendKeystrokes", "escape"]
}
}
]