|
1 |
| ---|---------|---------|---------|---------|---------|----- |
2 |
| -01| |
3 |
| -02|~ ┌ [ ───────────────────────────────────────────────┐ |
4 |
| -03|~ │ A │ :rewind │ |
5 |
| -04|~ │ a │ :previous │ |
6 |
| -05|~ │ B │ :brewind │ |
7 |
| -06|~ │ b │ :bprevious │ |
8 |
| -07|~ │ c │ Go to previous change │ |
9 |
| -08|~ │ D │ Jump to the first diagnostic in the cu…│ |
10 |
| -09|~ │ d │ Jump to the previous diagnostic in the…│ |
11 |
| -10|~ │ f │ Edit file under cursor │ |
12 |
| -11|~ │ I │ Show lines with cursor word │ |
13 |
| -12|~ │ i │ Show first line with cursor word │ |
14 |
| -13|~ │ L │ :lrewind │ |
15 |
| -14|~ │ l │ :lprevious │ |
16 |
| -15|~ │ M │ Go to previous method end │ |
17 |
| -16|~ │ m │ Go to previous method start │ |
18 |
| -17|~ │ P │ Paste with current indent │ |
19 |
| -18|~ │ p │ Paste with current indent │ |
20 |
| -19|~ │ Q │ :crewind │ |
21 |
| -20|~ │ q │ :cprevious │ |
22 |
| -21|~ │ s │ Go to previous misspelled word │ |
23 |
| -22|~ │ T │ :trewind │ |
24 |
| -23|~ │ t │ :tprevious │ |
25 |
| -24|~ │ z │ Go to current open fold start │ |
26 |
| -25|~ │ <C-D> │ Go to first macro def with cursor word │ |
27 |
| -26|~ │ <C-L> │ :lpfile │ |
28 |
| -27|~ │ <C-Q> │ :cpfile │ |
29 |
| -28|~ │ <C-T> │ :ptprevious │ |
30 |
| -29|~ │ <Space> │ Add empty line above cursor │ |
31 |
| -30|~ │ <Tab> │ Go to first match with cursor word │ |
32 |
| -31|~ │ # │ Go to previous unmatched #if/#else/#if…│ |
33 |
| -32|~ │ % │ │ |
34 |
| -33|~ │ ' │ Go to previous mark, first non-blank │ |
35 |
| -34|~ │ ( │ Go to previous unmatched '(' │ |
36 |
| -35|~ │ * │ Go to previous C comment start │ |
37 |
| -36|~ │ / │ Go to previous C comment start │ |
38 |
| -37|~ │ [ │ Go to previous section │ |
39 |
| -38|~ │ ] │ Go to previous SECTION │ |
40 |
| -39|~ │ ` │ Go to previous mark │ |
41 |
| -40|~ │ { │ Go to previous unmatched '{' │ |
42 |
| -41|~ └──────────────────────────────────────────────────┘ |
43 |
| -42|[No Name] 0,0-1 |
44 |
| -43| |
| 1 | +--|---------|---------|---------|---------|---------|---------|------ |
| 2 | +01| |
| 3 | +02|┌ [ ─────────────────────────────────────────────────────────────┐ |
| 4 | +03|│ A │ :rewind │ |
| 5 | +04|│ a │ :previous │ |
| 6 | +05|│ B │ :brewind │ |
| 7 | +06|│ b │ :bprevious │ |
| 8 | +07|│ c │ Go to previous change │ |
| 9 | +08|│ D │ Jump to the first diagnostic in the current buffer │ |
| 10 | +09|│ d │ Jump to the previous diagnostic in the current buffer│ |
| 11 | +10|│ f │ Edit file under cursor │ |
| 12 | +11|│ I │ Show lines with cursor word │ |
| 13 | +12|│ i │ Show first line with cursor word │ |
| 14 | +13|│ L │ :lrewind │ |
| 15 | +14|│ l │ :lprevious │ |
| 16 | +15|│ M │ Go to previous method end │ |
| 17 | +16|│ m │ Go to previous method start │ |
| 18 | +17|│ P │ Paste with current indent │ |
| 19 | +18|│ p │ Paste with current indent │ |
| 20 | +19|│ Q │ :crewind │ |
| 21 | +20|│ q │ :cprevious │ |
| 22 | +21|│ s │ Go to previous misspelled word │ |
| 23 | +22|│ T │ :trewind │ |
| 24 | +23|│ t │ :tprevious │ |
| 25 | +24|│ z │ Go to current open fold start │ |
| 26 | +25|│ <C-D> │ Go to first macro def with cursor word │ |
| 27 | +26|│ <C-L> │ :lpfile │ |
| 28 | +27|│ <C-Q> │ :cpfile │ |
| 29 | +28|│ <C-T> │ :ptprevious │ |
| 30 | +29|│ <Space> │ Add empty line above cursor │ |
| 31 | +30|│ <Tab> │ Go to first match with cursor word │ |
| 32 | +31|│ # │ Go to previous unmatched #if/#else/#ifdef │ |
| 33 | +32|│ % │ │ |
| 34 | +33|│ ' │ Go to previous mark, first non-blank │ |
| 35 | +34|│ ( │ Go to previous unmatched '(' │ |
| 36 | +35|│ * │ Go to previous C comment start │ |
| 37 | +36|│ / │ Go to previous C comment start │ |
| 38 | +37|│ [ │ Go to previous section │ |
| 39 | +38|│ ] │ Go to previous SECTION │ |
| 40 | +39|│ ` │ Go to previous mark │ |
| 41 | +40|│ { │ Go to previous unmatched '{' │ |
| 42 | +41|└────────────────────────────────────────────────────────────────┘ |
| 43 | +42|[No Name] 0,0-1 |
| 44 | +43| |
45 | 45 |
|
46 |
| ---|---------|---------|---------|---------|---------|----- |
47 |
| -01|0000000000000000000000000000000000000000000000000000000 |
48 |
| -02|1112333222222222222222222222222222222222222222222222222 |
49 |
| -03|1112444444444566666666666666666666666666666666666666662 |
50 |
| -04|1112444444444566666666666666666666666666666666666666662 |
51 |
| -05|1112444444444566666666666666666666666666666666666666662 |
52 |
| -06|1112444444444566666666666666666666666666666666666666662 |
53 |
| -07|1112444444444566666666666666666666666666666666666666662 |
54 |
| -08|1112444444444566666666666666666666666666666666666666672 |
55 |
| -09|1112444444444566666666666666666666666666666666666666672 |
56 |
| -10|1112444444444566666666666666666666666666666666666666662 |
57 |
| -11|1112444444444566666666666666666666666666666666666666662 |
58 |
| -12|1112444444444566666666666666666666666666666666666666662 |
59 |
| -13|1112444444444566666666666666666666666666666666666666662 |
60 |
| -14|1112444444444566666666666666666666666666666666666666662 |
61 |
| -15|1112444444444566666666666666666666666666666666666666662 |
62 |
| -16|1112444444444566666666666666666666666666666666666666662 |
63 |
| -17|1112444444444566666666666666666666666666666666666666662 |
64 |
| -18|1112444444444566666666666666666666666666666666666666662 |
65 |
| -19|1112444444444566666666666666666666666666666666666666662 |
66 |
| -20|1112444444444566666666666666666666666666666666666666662 |
67 |
| -21|1112444444444566666666666666666666666666666666666666662 |
68 |
| -22|1112444444444566666666666666666666666666666666666666662 |
69 |
| -23|1112444444444566666666666666666666666666666666666666662 |
70 |
| -24|1112444444444566666666666666666666666666666666666666662 |
71 |
| -25|1112444444444566666666666666666666666666666666666666662 |
72 |
| -26|1112444444444566666666666666666666666666666666666666662 |
73 |
| -27|1112444444444566666666666666666666666666666666666666662 |
74 |
| -28|1112444444444566666666666666666666666666666666666666662 |
75 |
| -29|1112444444444566666666666666666666666666666666666666662 |
76 |
| -30|1112444444444566666666666666666666666666666666666666662 |
77 |
| -31|1112444444444566666666666666666666666666666666666666672 |
78 |
| -32|1112444444444566666666666666666666666666666666666666662 |
79 |
| -33|1112444444444566666666666666666666666666666666666666662 |
80 |
| -34|1112444444444566666666666666666666666666666666666666662 |
81 |
| -35|1112444444444566666666666666666666666666666666666666662 |
82 |
| -36|1112444444444566666666666666666666666666666666666666662 |
83 |
| -37|1112444444444566666666666666666666666666666666666666662 |
84 |
| -38|1112444444444566666666666666666666666666666666666666662 |
85 |
| -39|1112444444444566666666666666666666666666666666666666662 |
86 |
| -40|1112444444444566666666666666666666666666666666666666662 |
87 |
| -41|1112222222222222222222222222222222222222222222222222222 |
88 |
| -42|8888888888888888888888888888888888888888888888888888888 |
89 |
| -43|9999999999999999999999999999999999999999999999999999999 |
| 46 | +--|---------|---------|---------|---------|---------|---------|------ |
| 47 | +01|000000000000000000000000000000000000000000000000000000000000000000 |
| 48 | +02|122211111111111111111111111111111111111111111111111111111111111111 |
| 49 | +03|133333333345555555555555555555555555555555555555555555555555555551 |
| 50 | +04|133333333345555555555555555555555555555555555555555555555555555551 |
| 51 | +05|133333333345555555555555555555555555555555555555555555555555555551 |
| 52 | +06|133333333345555555555555555555555555555555555555555555555555555551 |
| 53 | +07|133333333345555555555555555555555555555555555555555555555555555551 |
| 54 | +08|133333333345555555555555555555555555555555555555555555555555555551 |
| 55 | +09|133333333345555555555555555555555555555555555555555555555555555551 |
| 56 | +10|133333333345555555555555555555555555555555555555555555555555555551 |
| 57 | +11|133333333345555555555555555555555555555555555555555555555555555551 |
| 58 | +12|133333333345555555555555555555555555555555555555555555555555555551 |
| 59 | +13|133333333345555555555555555555555555555555555555555555555555555551 |
| 60 | +14|133333333345555555555555555555555555555555555555555555555555555551 |
| 61 | +15|133333333345555555555555555555555555555555555555555555555555555551 |
| 62 | +16|133333333345555555555555555555555555555555555555555555555555555551 |
| 63 | +17|133333333345555555555555555555555555555555555555555555555555555551 |
| 64 | +18|133333333345555555555555555555555555555555555555555555555555555551 |
| 65 | +19|133333333345555555555555555555555555555555555555555555555555555551 |
| 66 | +20|133333333345555555555555555555555555555555555555555555555555555551 |
| 67 | +21|133333333345555555555555555555555555555555555555555555555555555551 |
| 68 | +22|133333333345555555555555555555555555555555555555555555555555555551 |
| 69 | +23|133333333345555555555555555555555555555555555555555555555555555551 |
| 70 | +24|133333333345555555555555555555555555555555555555555555555555555551 |
| 71 | +25|133333333345555555555555555555555555555555555555555555555555555551 |
| 72 | +26|133333333345555555555555555555555555555555555555555555555555555551 |
| 73 | +27|133333333345555555555555555555555555555555555555555555555555555551 |
| 74 | +28|133333333345555555555555555555555555555555555555555555555555555551 |
| 75 | +29|133333333345555555555555555555555555555555555555555555555555555551 |
| 76 | +30|133333333345555555555555555555555555555555555555555555555555555551 |
| 77 | +31|133333333345555555555555555555555555555555555555555555555555555551 |
| 78 | +32|133333333345555555555555555555555555555555555555555555555555555551 |
| 79 | +33|133333333345555555555555555555555555555555555555555555555555555551 |
| 80 | +34|133333333345555555555555555555555555555555555555555555555555555551 |
| 81 | +35|133333333345555555555555555555555555555555555555555555555555555551 |
| 82 | +36|133333333345555555555555555555555555555555555555555555555555555551 |
| 83 | +37|133333333345555555555555555555555555555555555555555555555555555551 |
| 84 | +38|133333333345555555555555555555555555555555555555555555555555555551 |
| 85 | +39|133333333345555555555555555555555555555555555555555555555555555551 |
| 86 | +40|133333333345555555555555555555555555555555555555555555555555555551 |
| 87 | +41|111111111111111111111111111111111111111111111111111111111111111111 |
| 88 | +42|666666666666666666666666666666666666666666666666666666666666666666 |
| 89 | +43|777777777777777777777777777777777777777777777777777777777777777777 |
0 commit comments