vim: fix escape while waiting (#14595)
Follow up from #14233 Release Notes: - N/A
This commit is contained in:
parent
05de1dc8d2
commit
76594ae5cd
1 changed files with 4 additions and 1 deletions
|
@ -333,7 +333,10 @@
|
|||
"context": "vim_mode == waiting",
|
||||
"bindings": {
|
||||
"tab": "vim::Tab",
|
||||
"enter": "vim::Enter"
|
||||
"enter": "vim::Enter",
|
||||
"escape": "vim::ClearOperators",
|
||||
"ctrl-c": "vim::ClearOperators",
|
||||
"ctrl-[": "vim::ClearOperators"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue