Multiple choice technology operating systems

If you dont want to type the word "Humuhumunukunukuapua`a" each and every time and you want to use the abbreviation, use the following command

  1. :set abb Humuhumunukunukuapua`a

  2. :una 9u Humuhumunukunukuapua`a

  3. :ab 9u Humuhumunukunukuapua`a

  4. None of the above

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

The ':ab' command in vi/vim creates an abbreviation - when you type the shorthand, it automatically expands to the full phrase. The syntax is ':ab shorthand expansion'. Here '9u' is the abbreviation that expands to the long Hawaiian fish name. Option A incorrectly uses 'set abb', and option B uses 'una' which is for abbreviations in command mode, not insert mode.