Match each item with a statement below.

A. An advanced vim navigational command that moves the cursor to the top of the screen.
B. An advanced vim navigational command that moves the cursor to the last line of the screen.
C. An advanced vim navigational command that moves the display down a full screen.
D. An advanced vim navigational command that moves the cursor one space to the right.
E. An advanced vim navigational command that moves the cursor to the last line of the file.
F. An advanced vim navigational command that moves the cursor to the end of the current line.
G. An advanced vim navigational command that moves the cursor to the middle of the screen.
H. An advanced vim navigational command that moves the display up a full screen.
I. An advanced vim navigational command that moves the cursor to the beginning of the next line.

A. H
B. L
C. Ctrl+F
D. Spacebar
E. G
F. $
G. M
H. Ctrl+B
I. Enter

Computer Science & Information Technology

You might also like to view...

Which of the following is the member function that writes a single character to a file?

a. get b. write c. put d. insert e. None of these

Computer Science & Information Technology

Suppose we are given an STL vector container named vec that holds values of type double. What do each of vec[0], vec.front(), *(vec.begin()), *(vec.end() – vec.size())and *(vec.rend()-1) mean?

What will be an ideal response?

Computer Science & Information Technology