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
+4 -1
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"
}
},
{