zed keymap file added

This commit is contained in:
2026-02-14 11:07:52 +01:00
parent 434ad16f14
commit 12ba8d2072

25
zed/keymap.json Normal file
View File

@@ -0,0 +1,25 @@
// 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.
// This file is to be used from vs-code keymap initial setup (Ctrl+k - Ctrl+KEY shortcuts working)
[
{
"context": "Workspace",
"bindings": {
// "ctrl-shift-d":"editor::DuplicateLineDown",
// "shift shift": "file_finder::Toggle"
},
},
{
"context": "Editor",
"bindings": {
"ctrl-shift-d":"editor::DuplicateLineDown",
"ctrl-.": "editor::ToggleCodeActions",
"ctrl-shift-i": "agent::ToggleFocus",
},
},
]