Multiple choice technology operating systems

What are the modes used in vi editor?

  1. command mode

  2. Last line mode

  3. insert or input mode

  4. All of the above

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

Vi editor has three main modes: command mode (default, for navigation and commands), insert/input mode (for typing text), and last line mode (also called ex mode, entered with : for complex commands). All three modes listed are valid vi editor modes.