Multiple choice technology platforms and products

The positioning commands operate only while vi is in

  1. Execute mode

  2. Insert mode

  3. Command mode

  4. Search mode

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

The positioning commands (like h, j, k, l, w, b, $, ^, G, etc.) in vi only work when you are in Command mode. In Insert mode, typing these characters simply inserts them as text. You must first exit Insert mode (press Esc) to use positioning commands. Execute mode and Search mode are not standard vi modes.