How to enter from command mode to insertion mode?

Answers were Sorted based on User's Feedback



How to enter from command mode to insertion mode?..

Answer / gopal

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.

Is This Answer Correct ?    10 Yes 1 No

How to enter from command mode to insertion mode?..

Answer / ali ahsan

There are several ways to put vi into insert mode

'i' command put you into insert mode with inputting text
to the left of the cursor.

'I' command put you into insert mode with inputting text
starts at the beginning of the current line.

'a' command put text to the right of the cursor.

'A' command put text at the end of the current line.

'o' command opens a line below the current line
and puts you in insert mode.

'O' command opens a line above the current line
and puts you in insert mode.

Is This Answer Correct ?    0 Yes 0 No

How to enter from command mode to insertion mode?..

Answer / ravi

By default editor is command mode by default Whene you press i it goes to insert mode

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Vi Editor Interview Questions

What is the command used to replace many characters?

2 Answers  


How to replace String "a" with String "b" in whole file of the vi editor?

10 Answers   Niksun,


what is the command used to append to buffer?

0 Answers   IBM,


What is the format of vi command?

2 Answers  


How to return to shell without leaving vi editor?

2 Answers  






what are the different delete commands used in vi editor?

2 Answers  


Which command is used to replace many characters?

4 Answers  


what is the command used to delete current line in vi editor?

2 Answers  


What is the difference between lettered buffer and temporary buffer?

2 Answers  


How to enter from command mode to insertion mode?

3 Answers  


what are the different commands used to quit from the vi editor?

1 Answers  


what is the command used to set margin in vi editor?

2 Answers  


Categories
  • Vi Editor Interview Questions Vi Editor (21)
  • Visual Studio IDE Interview Questions Visual Studio IDE (207)
  • Editors AllOther Interview Questions Editors AllOther (1)