Match the following commands to the corresponding descriptions

_____ 1. set number
_____ 2. y$
_____ 3. set noshowmode
_____ 4. Ctrl d
_____ 5. "add
_____ 6. yy
_____ 7. "2p
_____ 8. 3yw
_____ 9. set all
_____ 10. ab
_____ 11. map
_____ 12. vi -r filename
_____ 13. set report=0
_____ 14. view filename
_____ 15. .exrc

a:
copies the current line into the temporary buffer
b: cancels the showmode set up
c: copies the content of buffer number 2 to the cursor position
d: deletes a line and saves it in the a buffer
e: displays line numbers
f: copies the text starting from the cursor to the end of the line to the temporary buffer
g: opens a file for read only.
h: scrolls the cursor down, usually 12 lines
i: lists the abbreviations
j: opens a file for recovery
k: name of the file that vi looks for when it is invoked
l: vi command to create a macro
m: displays list of the parameters and their set up values
n: sets confirmation messages for editing any number of lines.
o: copies 3 words to the temporary buffer


1. e: displays line numbers
2. f: copies the text starting from the cursor to the end of the line to the temporary buffer
3. b: cancels the showmode set up
4. h: scrolls the cursor down, usually 12 lines
5. d: deletes a line and saves it in the a buffer
6. a: copies the current line into the temporary buffer
7. c: copies the content of buffer number 2 to the cursor position
8. o: copies 3 words to the temporary buffer
9. m: displays list of the parameters and their set up values
10. i: lists the abbreviations
11. l: vi command to create a macro
12. j: opens a file for recovery
13. n: sets confirmation messages for editing any number of lines.
14. g: opens a file for read only.
15. k: name of the file that vi looks for when it is invoked

Computer Science & Information Technology

You might also like to view...

Which of the following statements is true?

a. Using existing exceptions makes the program less robust. b. Always create your own exception classes. c. An exception class is like any other class; however, a typical new exception class contains no members other than four constructors. d. The new exception class should extend RuntimeException if the program should be required to handle the exception.

Computer Science & Information Technology

A(n) ____________________ language is a system of codes that describes something about the content.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Explain the term "brute force" as it applies to algorithms.

What will be an ideal response?

Computer Science & Information Technology

Which of the following provides the correct syntax for adding an event handler to a page element as an HTML attribute?

A. B. C. D.

Computer Science & Information Technology