Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.23 KB

File metadata and controls

48 lines (28 loc) · 1.23 KB

Integrations

There are various ways to make inserting emojis easier.

OSX

You can pull up the emoji keyboard by hitting ctrl++space

Windows 10

Right click on your taskbar and enable "show touch keyboard button". Click on the keyboard that is next to your taskbar clock. Click on the smile face to find and insert emoji.

Atom Editor

Install package for autocomplete-emojis. In the package settings, check the box for "Enable Unicode Emojis".

Atom can also help with using emoji in commit message by installing git-plus

Sublime Text

Install package for GithubEmoji.

Vim

Install package for Vim-emoji.

Add set completefunc=emoji#complete to .vimrc and then run emoji completion with CTRL-X CTRL-U

npm

Create an .npmrc file and set the message value.

message = "🔖 %s"

Emacs

Install emoji-cheat-sheet-plus.

Bring up the emoji buffer with:

M-x emoji-cheat-sheet-plus-insert