Escape returns to normal mode even if completion is open

For zed-industries/community#1746
This commit is contained in:
Conrad Irwin 2023-09-27 21:28:30 -06:00
parent 73fc1c1c56
commit 2cb320e246
2 changed files with 2 additions and 1 deletions

View file

@ -568,7 +568,7 @@
}
},
{
"context": "Editor && vim_mode == insert && !menu",
"context": "Editor && vim_mode == insert",
"bindings": {
"escape": "vim::NormalBefore",
"ctrl-c": "vim::NormalBefore",