OSDN Git Service

Regular updates
[twpd/master.git] / vim-digraphs.md
1 ---
2 title: Vim digraphs
3 category: Vim
4 ---
5
6 ### Typing digraphs in insert mode
7
8 ```
9 <Ctrl-K>OK
10 ```
11 {:.light}
12
13 ### Listing digraphs
14
15
16 ```
17 :dig
18 :digraphs
19 ```
20 {:.lights}
21
22 ## Reference
23
24 ### Symbols
25
26 | ℠  | ™  | ©  | ®  | ¶  | †  | ‡  | &ndash; | ±  |
27 | SM | TM | Co | Rg | PI | /- | /= | --      | +- |
28
29 | §  | µ  | £  | ¢  | ¥  | ¤  |
30 | SE | My | $$ | Ct | Ye | Cu |
31
32 | ★  | ☆  | ♡  | ◆  | ◇  |
33 | *2 | *1 | cH | Db | Dw |
34
35 | ✓  | ✗  |
36 | OK | XX |
37
38 ### Dots and bullets
39
40 | ⋅  | ·  | ○  | ∙  | ∘  | ∴  | ∵  | ∶  | ∷  |
41 | .P | .M | 0m | Sb | Ob | .: | :. | :R | :: |
42
43 | ⊙  | ⊚  | ◎   | □  | ▪  |
44 | 0. | 02 | 0o  | OS | sB |
45
46 ### Math
47
48 | ø  | ≃  | ≅  | ≥  | ≤  | ≡  | ≮  | ≯  | ≠  |
49 | o/ | ?- | ?= | >= | =< | =3 | !< | !> | != |
50
51 | √         | ×          | ÷           |
52 | RT *root* | /\ *times* | -: *divide* |
53
54 | ⊂           | ⊃             | ∩                 | ∪          |
55 | (C *subset* | )C *superset* | (U *intersection* | )U *union* |
56
57 | ¼  | ½  | ¾  | ₃  | ₂  | ³  | ²  |
58 | 14 | 12 | 34 | 3s | 2s | 3S | 2S |
59
60 ### Triangles
61
62 | ▲  | △  | ▼  | ▽  |
63 | UT | uT | Dt | dT |
64
65 | ▶  | ▷  | ◀  | ◁  |
66 | PR | Tr | PL | Tl |
67
68 | »  | «  | 〈 | 〉 | ‹  | ›  |
69 | >> | << | </ | /> | <1 | >1 |
70
71 ### Arrows
72
73 | ←  | →  | ↑  | ↓  | ↕ | ↔ |
74 | <- | -> | -! | -v | UD | <> |
75
76 | ⇐  | ⇒  | ⇔  |
77 | <= | => | == |
78
79 <style>
80 .all table tr td { text-align: center; }
81 .all table tr:first-child td { font-size: 1.3em; padding-bottom: 0; }
82 .all table tr:first-child+tr td { font-size: 0.9em; color: dodgerblue; border-top: 0; padding-top: 0; font-family: fira mono, monospace; }
83 .all table em { color: #aaa; font-size: 0.9em; font-style: normal; font-family: roboto, sans-serif; }
84 </style>