Better closing bind in zed.

This commit is contained in:
Bartek Stalewski 2024-10-20 23:28:24 +02:00
parent eea3574557
commit 3c6eab7ef9
No known key found for this signature in database

View file

@ -7,15 +7,9 @@
// from the command palette.
[
{
"context": "Workspace",
"context": "vim_mode == normal",
"bindings": {
"escape enter": ["pane::CloseActiveItem", { "saveIntent": "saveAll" }]
}
},
{
"context": "Editor",
"bindings": {
// "j k": ["workspace::SendKeystrokes", "escape"]
}
}
]