vim: Dismiss menu in insert mode with escape
This commit is contained in:
parent
31db5e4f62
commit
ef077796f8
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": {
|
"bindings": {
|
||||||
"escape": "vim::NormalBefore",
|
"escape": "vim::NormalBefore",
|
||||||
"ctrl-c": "vim::NormalBefore",
|
"ctrl-c": "vim::NormalBefore",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue