vim: fix escape while waiting (#14595)

Follow up from #14233

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-07-16 14:08:05 -06:00 committed by GitHub
parent 05de1dc8d2
commit 76594ae5cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
},
{