cheatsheets/vim-digraphs.md

99 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2015-04-19 08:47:38 +00:00
---
title: Vim digraphs
2015-11-24 04:48:01 +00:00
category: Vim
2015-04-19 08:47:38 +00:00
---
### Typing digraphs in insert mode
```
<Ctrl-K>OK
```
{:.light}
### Listing digraphs
```
:dig
:digraphs
```
{:.lights}
## Reference
### Symbols
| ℠ | ™ | © | ® | ¶ | † | ‡ | &ndash; | ± |
| SM | TM | Co | Rg | PI | /- | /= | -- | +- |
| § | µ | £ | ¢ | ¥ | ¤ |
| SE | My | $$ | Ct | Ye | Cu |
| ★ | ☆ | ♡ | ◆ | ◇ |
| *2 | *1 | cH | Db | Dw |
| ✓ | ✗ |
| OK | XX |
### Dots and bullets
| ⋅ | · | ○ | ∙ | ∘ | ∴ | ∵ | | ∷ |
| .P | .M | 0m | Sb | Ob | .: | :. | :R | :: |
| ⊙ | ⊚ | ◎ | □ | ▪ |
| 0. | 02 | 0o | OS | sB |
### Math
| ø | ≃ | ≅ | ≥ | ≤ | ≡ | ≮ | ≯ | ≠ |
| o/ | ?- | ?= | >= | =< | =3 | !< | !> | != |
| √ | × | ÷ |
| RT *root* | /\ *times* | -: *divide* |
| ⊂ | ⊃ | ∩ | |
| (C *subset* | )C *superset* | (U *intersection* | )U *union* |
| ¼ | ½ | ¾ | ₃ | ₂ | ³ | ² |
| 14 | 12 | 34 | 3s | 2s | 3S | 2S |
### Greek
| Α | α | Β | β | Γ | γ | Δ | δ | Ε | ε | Ζ | ζ |
| A* | a* | B* | b* | G* | g* | D* | d* | E* | e* | Z* | z* |
| Η | η | Θ | θ | Ι | ι | Κ | κ | Λ | λ | Μ | μ |
| Y* | y* | H* | h* | I* | i* | K* | k* | L* | l* | M* | m* |
| Ν | ν | Ξ | ξ | Ο | ο | Π | π | Ρ | ρ | Σ | σ | ς |
| N* | n* | C* | c* | O* | o* | P* | p* | R* | r* | S* | s* | *s |
| Τ | τ | Υ | υ | Φ | φ | Χ | χ | Ψ | ψ | Ω | ω |
| T* | t* | U* | u* | F* | f* | X* | x* | Q* | q* | W* | w* |
2015-04-19 08:47:38 +00:00
### Triangles
| ▲ | △ | ▼ | ▽ |
2015-05-21 12:52:26 +00:00
| UT | uT | Dt | dT |
2015-04-19 08:47:38 +00:00
| ▶ | ▷ | ◀ | ◁ |
| PR | Tr | PL | Tl |
2015-04-20 07:09:14 +00:00
| » | « | 〈 | 〉 | | |
| >> | << | </ | /> | <1 | >1 |
2015-04-19 08:47:38 +00:00
### Arrows
| ← | → | ↑ | ↓ | ↕ | ↔ |
2015-04-20 07:09:14 +00:00
| <- | -> | -! | -v | UD | <> |
2015-04-19 08:47:38 +00:00
| ⇐ | ⇒ | ⇔ |
| <= | => | == |
<style>
.all table tr td { text-align: center; }
.all table tr:first-child td { font-size: 1.3em; padding-bottom: 0; }
.all table tr:first-child+tr td { font-size: 0.9em; color: dodgerblue; border-top: 0; padding-top: 0; font-family: fira mono, monospace; }
.all table em { color: #aaa; font-size: 0.9em; font-style: normal; font-family: roboto, sans-serif; }
2015-12-09 18:19:43 +00:00
</style>