Love coding? here's the secret reason why

This commit is contained in:
coolnsx
2024-11-18 11:43:46 +05:30
parent 218a513d60
commit 014f28a2ce
2 changed files with 60 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": {
// "shift shift": "file_finder::Toggle"
}
},
{
"context": "Editor",
"bindings": {
// "j k": ["workspace::SendKeystrokes", "escape"]
}
}
]