Files
frelay/.zed/keymap.json
2025-12-24 23:47:26 +08:00

16 lines
341 B
JSON

// 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",
},
},
]