mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-03 23:27:59 +00:00
2cdfae9ce3
Release Notes: - Added default content for the user keymap file.
21 lines
439 B
JSON
21 lines
439 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": "Workspace",
|
|
"bindings": {
|
|
// "shift shift": "file_finder::Toggle"
|
|
}
|
|
},
|
|
{
|
|
"context": "Editor",
|
|
"bindings": {
|
|
// "j k": ["workspace::SendKeystrokes", "escape"]
|
|
}
|
|
}
|
|
]
|