Better closing bind in zed.
This commit is contained in:
parent
eea3574557
commit
3c6eab7ef9
1 changed files with 1 additions and 7 deletions
|
@ -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"]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue