Skip to content

Vim mode g<c-a> stopped working #381

Open
@saecki

Description

@saecki

Description

In vim mode it was preoviously possible to select a bunch of numbers in visual block mode by pressing <c-v>, and then incrementing them all by pressing g<c-a> resulting in the following edit

Before:

0
0
0
0
0

After:

1
2
3
4
5

In normal mode <c-a> still works as expected.
In visual mode just pressing <c-a> does nothing, and pressing g<c-a> highlights the whole document.

Reproduction URL

No response

Browsers

Firefox

OS

Windows, Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working.editorRelated to the text/markup editor.vimHow do I get out of here?

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions