Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I am using Vi editor on my desktop Ubuntu 12.04, and do no have any problems. But a few days ago, I installed Vi editor to my beagleboard-xm which has both Angstrom and Ubuntu 12.04 available but noticed that I cannot activate the insert mode at both of the Op. Systems. How I understood that:

When I press i or I, I do not get a warning on the bottom -- INSERT --
But anyways I continue and if I press k cursor moves to upper line, if I press j cursor moves to the line below. I try to put a # to comment out something, cursor moves randomly and according to warning written at the bottom: "search hit TOP, continuing at BOTTOM" etc. etc.

How can I get into insert mode? Any suggestions?

share|improve this question
open vi and try to set :set showmode. Then try "Esc - i(insert mode)" – devav2 Oct 19 '12 at 21:26
@devav2 I tried what you suggested, first at the bottom -- INSERT -- warning has written but when I pressed the arrow keys that warning disappeared and same behavior continues. – Xentius Oct 19 '12 at 21:39

1 Answer

Try the a key for the same -- INSERT -- operation. It should work just like i. AFAIK, it works on Ubuntu 12.04 and Raspbian.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.