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
{{ message }}
This repository was archived by the owner on Apr 6, 2018. It is now read-only.
Clicking the mouse to position the cursor can easily place it after the last character, while it should put it on the last character as all command-mode motions do.
As VIM has its command-mode cursor on a character, rather than between characters, it doesn't normally allow the cursor to be after the last character.
Clicking the mouse to position the cursor can easily place it after the last character, while it should put it on the last character as all command-mode motions do.
As VIM has its command-mode cursor on a character, rather than between characters, it doesn't normally allow the cursor to be after the last character.