[amp_mcq option1=”i” option2=”j” option3=”k” option4=”h E. None of the above” correct=”option4″]
The correct answer is D. h.
The vi editor is a text editor that is used to create and edit text files. It is a modal editor, which means that it has different modes for different tasks. The command h moves the cursor to the left. The other options are:
- A. i: Inserts text at the cursor position.
- B. j: Moves the cursor down one line.
- C. k: Moves the cursor up one line.
- E. None of the above: None of the other options move the cursor to the left.