This tool replaces emoji-texts like :octopus:
with an emoji unicode like 🐙 (for using on your website etc.)
-
Clone this folder inside your Sublime Text Packages:
- OSX:
/Users/<your-username>/Library/Application\ Support/Sublime Text 3/Packages
- WIN7:
C:\Users\<your-username>\AppData\Roaming\Sublime Text 3\Packages
- OSX:
-
Add this entry to your list of keybindings: (Sublime Text > Preferences > Key Bindings)
{ "keys": [ "ctrl+m"], "command": "meow"}
-
See the list of emojis and emoji-texts in emojis.py 💩
-
You're all set! Use the key combination
ctrl + m
in a file and see it in action ❤️ ❤️
-
press
ctrl + space
to enable drop down. -
make sure to check field
Preferences -> Setings
:"auto_complete": true
Thanks to the awesome collection on this gist.