Env:zed配置添加。

This commit is contained in:
2025-12-24 23:47:26 +08:00
parent 7e59870005
commit aa7cd360ee
6 changed files with 113 additions and 3 deletions

15
.zed/keymap.json Normal file
View File

@@ -0,0 +1,15 @@
// 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": "Editor",
"bindings": {
"alt-g": "editor::GoToDefinition",
},
},
]