chore: Updates

This commit is contained in:
Pratik Tripathy
2024-12-14 21:31:41 +05:30
parent dad9f3f88c
commit 3f49341ba1
10 changed files with 151 additions and 45 deletions

View File

@@ -0,0 +1,33 @@
// 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"
}
},
{
"bindings": {
"ctrl-k z": "workspace::ToggleZoom"
}
},
{
"context": "Workspace",
"bindings": {
"ctrl ctrl": "command_palette::Toggle"
}
},
{
"context": "Editor",
"bindings": {
// "j k": ["workspace::SendKeystrokes", "escape"]
"ctrl-alt-j": "journal::NewJournalEntry"
}
}
]