जवाबों:
बस दबाएँ A:
A Append text at the end of the line [count] times.
(से :help A
)
आपकी प्रारंभिक कोशिश काम नहीं कर रही है क्योंकि आप ईओएल के साथ जाते हैं $, लेकिन फिर आप iइसके बजाय उपयोग करते हैं a:
i Insert text before the cursor [count] times.
When using CTRL-O in Insert mode |i_CTRL-O| the count
is not supported.
जबकि
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!
लेकिन जैसा कि मैंने कहा: असली समाधान है A।
अपने घर निर्देशिका में .vimrc फ़ाइल बनाएँ। खाली एक करेंगे। यह अपने डिफ़ॉल्ट vi संगतता मोड से बाहर निकलेगा। यह आपको कर्सर को अंत मोड में या अंत में तीर कुंजी का उपयोग करके लाइन के अंत तक ले जाने की अनुमति देगा।