Skip to content

<c-u> support #276

@mawkler

Description

@mawkler

Is your feature request related to a problem? Please describe.

Pressing <c-u> in insert mode once deletes everything to the left of the cursor up to the point where you entered insert mode. However, it leaves any parenthesis created to the right of the cursor.

To illustrate, here's an example where we've just entered inser mode (| is the cursor):

foo |

Pressing (bar produces this:

foo (bar|)

Pressing <c-u> now produces this:

foo |)

But I would expect it to produce this (i.e. remove everything I inserted from insert mode):

foo |

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions