Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] map doesn't map correctly #197

Open
superle3 opened this issue Dec 5, 2024 · 0 comments · May be fixed by #198
Open

[BUG] map doesn't map correctly #197

superle3 opened this issue Dec 5, 2024 · 0 comments · May be fixed by #198

Comments

@superle3
Copy link

superle3 commented Dec 5, 2024

Steps to reproduce

  1. Go to https://raw.githack.com/replit/codemirror-vim/master/dev/web-demo.html
  2. In the normal mode type :imap a <C-c>
  3. 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

@nightwing nightwing linked a pull request Dec 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant