Odpowiedzi:
wystarczy nacisnąć A:
A Append text at the end of the line [count] times.
(z :help A
)
Twoja początkowa próba nie działa, ponieważ przechodzisz do EOL $, ale używasz izamiast a:
i Insert text before the cursor [count] times.
When using CTRL-O in Insert mode |i_CTRL-O| the count
is not supported.
podczas
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!
ale jak powiedziałem: prawdziwe rozwiązanie jest A.
Utwórz plik .vimrc w katalogu domowym. Zrobi to pusty. Spowoduje to usunięcie vim z domyślnego trybu zgodności vi. Umożliwi to przeniesienie kursora na koniec linii za pomocą przycisku End lub klawiszy strzałek w trybie wstawiania.