Replacing a character in normal mode with the "r" command doesn't work when the replacement requires multiple keys (such as ô on a French keyboard, which is obtained through typing ^ and then o).
The current behavior of codemirror-vim (in its version included in Obsidian 1.2.8 at least) is to insert the first key only (so ^, in the example) and then to process the next keys (still in normal mode).
The current version of vim does work as expected.
Thanks!
Replacing a character in normal mode with the "r" command doesn't work when the replacement requires multiple keys (such as ô on a French keyboard, which is obtained through typing
^and theno).The current behavior of codemirror-vim (in its version included in Obsidian 1.2.8 at least) is to insert the first key only (so
^, in the example) and then to process the next keys (still in normal mode).The current version of vim does work as expected.
Thanks!