To create a space for entering a new line of text above the current cursor location, ‘O’ command is used.
A. True
B. False
I got this question in my homework.
This intriguing question comes from Vi-Input Mode topic in division The Vi Editor of Unix
Correct answer is A. True
Easy explanation: ‘O’ command allows us to insert an empty line above the current cursor location. Hence, to create a space for entering a new line of text above the current cursor location, ‘O’ command is used.