Vim Editor
English (command) ->
English (key)
Total: 56
Shown records: 50
Total pages: 2
Page: 1
# | Word | Translation |
---|---|---|
1 | append | a |
2 | append to end of line | A |
3 | bookmark the line x | mx |
4 | change register | ~ |
5 | change text till the end of line | C |
6 | change the line | cc |
7 | change word | cw |
8 | delete till the end of line | D |
9 | find character x in current line | fx |
10 | forward one screen | Ctrl + f |
11 | go to bookmark x | 'x |
12 | half screen down | Ctrl + d |
13 | high, move on top | H |
14 | insert | i |
15 | Join two lines | J |
16 | list buffers | :ls |
17 | low, move to bottom of screen | L |
18 | move down | j |
19 | move left | h |
20 | move line down | Ctrl + y |
21 | move line up | Ctrl + e |
22 | move right | l |
23 | move screen backward | Ctrl + b |
24 | move screen up | Ctrl + u |
25 | move to end | e |
26 | move to end of file | G |
27 | move to end of line | $ |
28 | move to line 2 | 2G |
29 | move to middle of screen | M |
30 | move to start of file | gg |
31 | move to start of line | 0, ^ |
32 | move up | k |
33 | move word backward | b |
34 | move word forward | w |
35 | next buffer | Ctrl + ^ |
36 | next occurrence | n |
37 | open line | o |
38 | open line above | O |
39 | previous occurrence | N |
40 | put above | P |
41 | put below | p |
42 | quit | :q |
43 | quit forced | :q! |
44 | redo undo | Ctrl + r |
45 | replace character | r |
46 | run macro x | @x |
47 | search | / |
48 | search backward | ? |
49 | start writing macro x | qx |
50 | stop writing macro | q |