https://github.com/terroo/vim-simple-emoji
A simple auto-complete of emoji for Vim. As short as possible!
https://github.com/terroo/vim-simple-emoji
emoji plugin vim
Last synced: 8 months ago
JSON representation
A simple auto-complete of emoji for Vim. As short as possible!
- Host: GitHub
- URL: https://github.com/terroo/vim-simple-emoji
- Owner: terroo
- License: gpl-3.0
- Created: 2020-09-10T18:17:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T17:07:27.000Z (over 1 year ago)
- Last Synced: 2025-04-02T09:44:33.778Z (about 1 year ago)
- Topics: emoji, plugin, vim
- Language: Vim Script
- Homepage:
- Size: 179 KB
- Stars: 24
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-simple-emoji
A simple auto-complete of emoji for Vim. As short as possible!
[](https://terminalroot.com.br/)
[](https://github.com/sindresorhus/awesome)

> I got tired of installing plugins that had a very large number of emoji, since most of those +1,000 I only used around 50 at most. So I created this one that in addition to less emojis is easier to use.
# Instalation
Use Vundle:
```sh
Plugin 'terroo/vim-simple-emoji'
" :PluginInstall
```
Use vim-plug
```sh
Plug 'terroo/vim-simple-emoji'
" :PlugInstall"
```
# Use
Enter the name of the emoji between two points and then press the *[space]* button and the emoji will be displayed at the cursor position. Example:
```viml
:smile:
```
This will result in: 😃
## How to know the name of all emojis?
The list of all names you can get by running the command: `:ShowEmoji`.
> Some names have been modified to make them more peculiar, example: `:linux:` will display the penguin 🐧
# License
[GNU GPLv3](LICENSE)