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 ### Greek
61
62 | Α  | α  | Β  | β  | Γ  | γ  | Δ  | δ  | Ε  | ε  | Ζ  | ζ  |
63 | A* | a* | B* | b* | G* | g* | D* | d* | E* | e* | Z* | z* |
64
65 | Η  | η  | Θ  | θ  | Ι  | ι  | Κ  | κ  | Λ  | λ  | Μ  | μ  |
66 | Y* | y* | H* | h* | I* | i* | K* | k* | L* | l* | M* | m* |
67
68 | Ν  | ν  | Ξ  | ξ  | Ο  | ο  | Π  | π  | Ρ  | ρ  | Σ  | σ  | ς  |
69 | N* | n* | C* | c* | O* | o* | P* | p* | R* | r* | S* | s* | *s |
70
71 | Τ  | τ  | Υ  | υ  | Φ  | φ  | Χ  | χ  | Ψ  | ψ  | Ω  | ω  |
72 | T* | t* | U* | u* | F* | f* | X* | x* | Q* | q* | W* | w* |
73
74 ### Triangles
75
76 | ▲  | △  | ▼  | ▽  |
77 | UT | uT | Dt | dT |
78
79 | ▶  | ▷  | ◀  | ◁  |
80 | PR | Tr | PL | Tl |
81
82 | »  | «  | 〈 | 〉 | ‹  | ›  |
83 | >> | << | </ | /> | <1 | >1 |
84
85 ### Arrows
86
87 | ←  | →  | ↑  | ↓  | ↕ | ↔ |
88 | <- | -> | -! | -v | UD | <> |
89
90 | ⇐  | ⇒  | ⇔  |
91 | <= | => | == |
92
93 <style>
94 .all table tr td { text-align: center; }
95 .all table tr:first-child td { font-size: 1.3em; padding-bottom: 0; }
96 .all table tr:first-child+tr td { font-size: 0.9em; color: dodgerblue; border-top: 0; padding-top: 0; font-family: fira mono, monospace; }
97 .all table em { color: #aaa; font-size: 0.9em; font-style: normal; font-family: roboto, sans-serif; }
98 </style>