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):
Pressing (bar produces this:
Pressing <c-u> now produces this:
But I would expect it to produce this (i.e. remove everything I inserted from insert mode):
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):Pressing
(barproduces this:Pressing
<c-u>now produces this:But I would expect it to produce this (i.e. remove everything I inserted from insert mode):