replit / codemirror-vim

Vim keybindings for CM6
https://www.npmjs.com/package/@replit/codemirror-vim
MIT License
268 stars 27 forks source link

Replacing a character doesn't work when using dead key #132

Closed lebigot closed 11 months ago

lebigot commented 12 months ago

Replacing a character (in normal mode, with r) doesn't work when the replacement uses a dead key (for example, replacing with ë, when entered as ¨+e).

For example, in the demo at https://codemirror.net/5/demo/vim.html, typing ¨+e does nothing and the editor keeps waiting for a replacement character.

Thanks!

If this matters, I am using Mac French keyboard.

nightwing commented 11 months ago

Closing as duplicate of https://github.com/replit/codemirror-vim/issues/125