Multiple choice technology operating systems

esc + i

  1. To insert new text

  2. To quit the vi editor

  3. To delete word from cursor position

  4. To delete entire line where cursor is located

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In vi editor, pressing Escape followed by 'i' switches to insert mode, allowing you to insert new text at the cursor position. This is one of the most fundamental vi commands.