Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leiserfg/digraph
Put digraph in sublime!
https://github.com/leiserfg/digraph
Last synced: 5 days ago
JSON representation
Put digraph in sublime!
- Host: GitHub
- URL: https://github.com/leiserfg/digraph
- Owner: leiserfg
- License: apache-2.0
- Created: 2013-11-18T07:15:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-18T07:28:01.000Z (about 11 years ago)
- Last Synced: 2024-11-04T21:25:26.708Z (about 2 months ago)
- Language: Python
- Size: 133 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
_____ _ _ _ _____ _ _
/ ____| | | | (_) | __ \(_) | |
| (___ _ _| |__ | |_ _ __ ___ ___ | | | |_ __ _ _ __ __ _ _ __ | |__
\___ \| | | | '_ \| | | '_ ` _ \ / _ \ | | | | |/ _` | '__/ _` | '_ \| '_ \
____) | |_| | |_) | | | | | | | | __/ | |__| | | (_| | | | (_| | |_) | | | |
|_____/ \__,_|_.__/|_|_|_| |_| |_|\___| |_____/|_|\__, |_| \__,_| .__/|_| |_|
__/ | | |
|___/ |_|Digraph is a [Sublime Text 2](http://www.sublimetext.com/2) plugin that allows you to write a lot of utf-8 characters by using your normal layout
It's heavily inspired by Vim's digraph.After write the first character press the Digraph shortcut (default `cmd-k`/`ctrl-k`), you then press the character that you'd like to merge and boala!
Example:if you press n ctrl-k ? you will see ñ
if you press E ctrl-k u you will see €
if you press A ctrl-k E you will see Æ
if you press ? ctrl-k ! you will see ‽
Basic modifiers (usage: letter + modifier):
Exclamation mark ! Grave
Apostrophe '' Acute accent
Greater-Than sign > Circumflex accent
Question mark ? Tilde
Hyphen-Minus - Macron
Left parenthesis ( Breve
Full stop . Dot above
Colon : Diaeresis
Comma , Cedilla
Underline _ Underline
Solidus / Stroke
Quotation mark " Double acute accent
Semicolon ; Ogonek
Less-Than sign < Caron
Zero 0 Ring above
Two 2 Hook
Nine 9 HornEquals = Cyrillic
Asterisk * Greek
Percent sign % Greek/Cyrillic special
Plus + smalls: Arabic, capitals: Hebrew
Three 3 some Latin/Greek/Cyrillic letters
Four 4 Bopomofo
Five 5 Hiragana
Six 6 KatakanaTake a look at rfc1345 on this repo, it's not the real rfc, but a "bereft" one.