Open kostaskriaridis opened 3 years ago
Is this caused by Remapper: debug: normalModeKeyBindingsMap. ambiguous match found. before=c. after=i. command=undefined. waiting for other key or timeout to finish.
? Are there other mappings that start with c
?
Hello, @max-sixty, thank you for your reply! = )
Answering to your question: no, there are no other mappings for c
. This looks really strange that I have a strange timeout.
Currently I use this mappings, and as you see, there is only one binding for c
I imagine this is it: https://github.com/VSCodeVim/Vim/issues/6812
Yeah, looks like the same issue, thank you 🙏
Describe the bug Problem: When editor is in
NORMAL
mode and pressi
(Dvorak'sc
), editor does not enter toINSERT
mode immediately, I have to wait for about a second (seems like there is a timeout, see Remapping output section); Context: I use Dvorak keyboard layout, and I made keys remappingTo Reproduce Steps to reproduce the behavior:
settings.json
remapper fornormalModeKeyBindingsNonRecursive
;NORMAL
mode and pressi
(Dvorak'sc
).Expected behavior I want to enter
INSERT
mode immediately after pressingi
(Dvorak'sc
)Remapping output
Environment (please complete the following information):
1.21.10
1.62.3