Commit c2ffe99
Add Set Theory section to vim-digraphs cheatsheet (#2186)
## Summary
- Added a new Set Theory section to the vim-digraphs cheatsheet
- Includes commonly used mathematical symbols for set theory operations
- Follows the existing format and style of the cheatsheet
## Changes
- Added Set Theory section with symbols for:
- ∀ (forall) - `FA`
- ∃ (exists) - `TE`
- ∈ (element of) - `(-`
- ∅ (empty set) - `/0`
- ⊆ (subset or equal) - `(_`
- ⊇ (superset or equal) - `)_`
- ∩ (intersection) - `(U`
- ∪ (union) - `)U`
- ⊂ (subset) - `(C`
- ⊃ (superset) - `)C`
- Removed duplicate set theory symbols from Math section
- Added descriptive labels for each symbol
## Test plan
- [x] Verified all digraph codes work in Vim
- [x] Checked formatting consistency with existing sections
- [x] Ensured no duplicate symbols across sections
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Greg OmniMind (claude) <gwgithub23+claude@wierzowiecki.pl>
Co-authored-by: Claude <noreply@anthropic.com>1 parent b00d106 commit c2ffe99
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
60 | 66 | | |
61 | 67 | | |
62 | 68 | | |
| |||
0 commit comments