Respuestas:
solo presione A:
A Append text at the end of the line [count] times.
(de :help A
)
su intento inicial no funciona porque va a EOL con $, pero luego usa en ilugar de a:
i Insert text before the cursor [count] times.
When using CTRL-O in Insert mode |i_CTRL-O| the count
is not supported.
mientras
a Append text after the cursor [count] times. If the
cursor is in the first column of an empty line Insert
starts there. But not when 'virtualedit' is set!
pero como dije: la verdadera solución es A.
Cree un archivo .vimrc en su directorio de inicio. Una vacía servirá. Esto sacará vim de su modo de compatibilidad vi predeterminado. Esto le permitirá mover el cursor al final de la línea usando Fin o las teclas de flecha cuando esté en modo de inserción.