mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 19:19:12 +00:00
vim: Dismiss menu in insert mode with escape (#2879)
Release Notes: - vim: Fix escape to dismiss suggestions in insert mode.
This commit is contained in:
commit
215a922680
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor && vim_mode == insert",
|
||||
"context": "Editor && vim_mode == insert && !menu",
|
||||
"bindings": {
|
||||
"escape": "vim::NormalBefore",
|
||||
"ctrl-c": "vim::NormalBefore",
|
||||
|
|
Loading…
Reference in a new issue