atom/vim-mode

A

upq opened this issue · 3 comments

upq commented

'A' which is suppoused to go to the end of the line and start insert mode
'A': 'vim-mode:insert-after-end-of-line'
goes one charecter before the line end.

'a', which is supposed to start insert move with the cursor just after the current character fails at the end of the line. At the end of the line, it inserts the cursor before the current character. It works properly on all characters except the last one. Therefore, I suspect the issue is some code shared between these two bindings.

This is a duplicate of #995 . Note that going to Atom > Preferences > Packages, searching vim-mode and hitting Disable, then hitting Enable causes this to work properly.

Thanks @amfarrell.