Escape returns to normal mode even if completion is open
For zed-industries/community#1746
This commit is contained in:
parent
73fc1c1c56
commit
2cb320e246
2 changed files with 2 additions and 1 deletions
|
@ -568,7 +568,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor && vim_mode == insert && !menu",
|
||||
"context": "Editor && vim_mode == insert",
|
||||
"bindings": {
|
||||
"escape": "vim::NormalBefore",
|
||||
"ctrl-c": "vim::NormalBefore",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue