Better closing bind in zed.
This commit is contained in:
parent
eea3574557
commit
3c6eab7ef9
@ -7,15 +7,9 @@
|
|||||||
// from the command palette.
|
// from the command palette.
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"context": "Workspace",
|
"context": "vim_mode == normal",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"escape enter": ["pane::CloseActiveItem", { "saveIntent": "saveAll" }]
|
"escape enter": ["pane::CloseActiveItem", { "saveIntent": "saveAll" }]
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "Editor",
|
|
||||||
"bindings": {
|
|
||||||
// "j k": ["workspace::SendKeystrokes", "escape"]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user