Skip to content

Replacing a character (r) doesn't work with two-key characters (^+o = ô, etc.) #125

@lebigot

Description

@lebigot

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions