You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very handy enhancement for vim, but I just discovered that I cannot use . (dot/repeat) after A (append) accurately. The first use of A works as expected but if I move to another line and hit . the text is appended immediately after the cursor, not the end of that line as expected.
I tried mapping to a function that called feedkeys, but that didn't work either. There must be some solution.
The text was updated successfully, but these errors were encountered:
This is a very handy enhancement for vim, but I just discovered that I cannot use
.
(dot/repeat) afterA
(append) accurately. The first use ofA
works as expected but if I move to another line and hit.
the text is appended immediately after the cursor, not the end of that line as expected.I tried mapping to a function that called feedkeys, but that didn't work either. There must be some solution.
The text was updated successfully, but these errors were encountered: