Vi Editor Question:

How to enter from command mode to insertion mode using Vi Editor?

Vi Editor Interview Question
Vi Editor Interview Question

Answer:

There are several commands that put the VI editor into
insert mode. The most commonly used commands to get into
insert mode are a and i.


Previous QuestionNext Question
what is the command used to append text after current line in Vi Editor?What is the command used to replace many characters in Vi Editor?