Closed
Description
Steps to reproduce
- Go to https://raw.githack.com/replit/codemirror-vim/master/dev/web-demo.html
- In the normal mode type :imap a
<C-c>
- press a in insert mode and get
<C-c>
typed in litteraly
expected result
a maps to <C-c>
so in standard keymap it would go to normal mode
actual behavior
the string "<C-c>
" gets inserted
Metadata
Metadata
Assignees
Labels
No labels