Vim 101 HACKS Assignment-1 Day-3
1.How to open a file?
2.How many methods to open a file?
3.How to save a file?
4.How many methods to save a file?
5.How to save the new file in vim editor?
6.How to close a file?
7.How many methods to close a file?
8.What are the types of modes?
9.What is normal mode?
10.What is Insert mode?
11.What is commandline mode?
12.How can we use the visual mode?
13.What is the use of j,k,h,l navigation keys?
14.How to set the numbers in vim editor?
15.Which type of key we use to scroll down full page?
16.What is the use of CTRL_B (navigation key)?
17.Which type of key we use to scroll down half page?
18.What is the use of CTRL-U (navigation key)?
19.What is the difference between h,j,k,l keys and CTRL keys?
20.What is the use of w?
21.What is the use of W?
22.What type of key we use to go to the end of current word?
23.What type of key we use to go to the end of current WORD?
24.What is the use of b (navigation key)?
25.What is the use of B (navigation key)?
26.what is the difference between word and WORD?
27.What is the use of key 0 (zero)?
28.What type of key we use to go to the end of current line?
29.What is the use of ^ (caret sign)?
30.What is the use of g_?
31.What type of key we use to go to the beginning of current paragraph?
32.What is the use of } key?
33.What type of key we use to go to the beginning of current section?
34.What is the use of ]] key?
35.What type of key we use to go the middle line of current screen?
36.What is the use of H?
37.What is the use of L?
38.How you redraw the screen?
39.What type of key we use to go to the top of file?
40.How many methods to go the top of the file?
41.Which type of key we use to go to the bottom of file?
42.What is second method to go to the bottom of file?
43.How you go to the 50% of file?
44.How you jump to 3/4th of the line?
45.What type of key we use to go to the 25th character from start of file?
46.How you display the line numbers?
47.Which type of key we use :dont display the numbers?
48.How can you jump to a specific number?
49.What are the methods jump to a specific number?
50.How you go to the matching character of pair?
51.What is the use of CTRL-O?
52.What is the use of CTRL-I?
53.What type of key we use scroll down a visual line?
54.How can we create the bookmark?
55.What is the use of bookmark?
56.How to find the exact line number?
57.How to display all bookmarks?
58.How you know Where you did last edit before exit? Which command ?
59.How many methods to insert text into a file?
60.How you insert another file content into current file?
61.What is the use of this key i?
62.What type of key we use insert a line before the current line?
63.What type of key we use insert a line after the current line?
64.What is the use of I (key)?
65.How you insert the current date and time?
66.How you replace character?
67.How many methods to substitute text in a file?
68.What type of key we use to substitute the current character with new char?
69.What is the use of S?
70.If you want substitute 4 characters with new text.Which key ?
71.If you want substitute 3 lines with new text.Which key?
72.What are tthe methods to change text into a file?
73.On what purpose we use this type of key cc?
74.What is the use of C?
75.How you combine two lines?
76.What is the use of join command?
77.How to avoid spaces?
78.How to copy one character?
79.How to copy a single word?
80.How to paste those two?
81.If you want to paste after current cursor .Which type of key use?
82.If you want to paste before current cursor.Which key?
83.How to display all registers?
84.If you would like to paste the word from the register number 3.what command we use?
85.What is the other method to paste the content?
86.How you delete the current character?
87.How you delete the current word?
88.What is the use of dj?
89.If you’ve copied text from a other file.How can you paste it directly to the current open file?
90.How you copy whole file?
91.How it was paste?
92.How to copy current line from file?
93.How to copy the specific range from file?
94.How to write part of file into another file?
95.How you save the specific range of lines to a new file?
96.How to swap adjacent characters?
97.Write one example for this command xp?
98.What is the use of x?
99.What is the use of p?
100.What is the use of .(dot) command?
101.How we search for the next occurence?
102.What are the types of visual modes?
103.How to start the normal visual mode?What type of key we use?
104.How to start the line visual mode?
105.How to start the visual block mode?
106.What is the use visual modes?
107.How to exit visual mode?
108.How to delete only highlighted text?
109.How to delete rows under highlighted text?
110.How to copy only highlighted text?
111.How to copy rows?
112.How you delete highlighted text and go to insert mode?
113.What is the use of C visual mode command?
114.How to delete all empty lines in a file?
115.How to delete all empty and blank lines?
116.How to reduce multiple blank lines?
117.How to reverse a file?
118.How to delete specific pattern?
119.How to delete all lines containing one word?
120.How to delete all lines except one word?
121.How to copy current line?
122.What type of command we use copy 5 lines?
123.How to paste that copied lines?
124.What is the use of abbr?
125.How to execute noabbr command?
126.If you are typing your email address.how can you create by using iabbrev?
127.What type of command you use?
128.How can you correct the spelling mistake?