Describe the bug
My <Esc> key is mapped to jk and it works fine in many cases but when I select some text and type c to change the selected text, mapping jk to <Esc> in insert mode doesn't work.
To Reproduce
Steps to reproduce the behavior:
settings.json
"vim.insertModeKeyBindings": [
{
"before": ["j", "k"],
"after": ["<Esc>"]
}
]
c to delete the selected text and enter insert modejkjk to <Esc> in insert mode doesn't work<Esc>, vim will exit insert mode and enter normal mode.Expected behavior
Mapping jk to <Esc> in insert mode should work all the time.
Environment (please complete the following information):
I test this operation in both macOS and windows and see the same error.
This sounds like a duplicate of #3088. This was fixed with #3090, which has been merged and is waiting release.
duplicate of #3088
will try to get a release out tonight
Most helpful comment
This sounds like a duplicate of #3088. This was fixed with #3090, which has been merged and is waiting release.