In vi, which keys are used to move the cursor?
A. a, w, x, and d
B. h, j, k and l
C. a, b, c, and d
D. The arrow keys
查看答案
In vi, which command is used to undo the last command?
A. u
B. z
C. Z
D. Ctrl + Z
In vi, which command is used to delete the current line?
A. dd
B. dl
Ctrl + Y
D. dline
In vi, which key is used to change from input mode to command mode?
A. F12
B. Ctrl + F7
C. ESC
D. ENTER
Which of these is not true about vi?
A. You can search text in vi
B. You can edit multiple file simultaneously in vi
C. You can use regular expression in vi
D. You can find vi in almost every Unix installation