Skip to content

vim-scripts/emoji_complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-emoji-complete

A VIM plug-in for insert completion of emoji. vim-emoji-demo How to use

Press keys <C-X><C-E> in insert mode.

If you don't want it to overwrite standard key mappings, you can set your favorite key mappings.

let g:emoji_complete_overwrite_standard_keymaps = 0
imap YOUR_FAVORITE_KEY_MAPPING <Plug>(emoji-start-complete)

LICENSE

See LICENSE.

This plug-in use json data (emoji.json) taken from gemoji. The project is licensed under the LICENSE.

About

A plug-in for insert completion of emoji.

Resources

License

Stars

Watchers

Forks

Packages

No packages published