Files
Config/Zed/keymap.json

28 lines
610 B
JSON
Raw Permalink Normal View History

2026-02-27 11:56:01 +08:00
// 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 && vim_mode == insert",
"bindings": {
// "j k": "vim::NormalBefore"
},
},
{
"context": "Editor",
"bindings": {
"alt-g": "editor::GoToDefinition",
},
},
]