Zed - another try.
This commit is contained in:
parent
cae6099b95
commit
689a752a94
4 changed files with 107 additions and 1 deletions
21
config/zed/keymap.json
Normal file
21
config/zed/keymap.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
// 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": {
|
||||
"escape enter": ["pane::CloseActiveItem", { "saveIntent": "saveAll" }]
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor",
|
||||
"bindings": {
|
||||
// "j k": ["workspace::SendKeystrokes", "escape"]
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue