Skip to content

🐹 unicode emojis in terminal and vim with fzf

Notifications You must be signed in to change notification settings

yazgoo/unicodemoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

🐹 unicodemoji

screen capture

⏩fast unicode emojis in terminal and vim with fzf ⌨ .

based on gitmoji and emojis.json.

🐯 installing (vimplug)

Instal jq (apt install jq, pacman -Sy jq, ...)

Install fzf (vimplug) 💾

Install the plugin (vimplug)

Plug 'yazgoo/unicodemoji'

🐖 installing (shell 🐚)

If you installed the plugin via vimplug, you can do:

ln -s ~/.config/nvim/plugged/unicodemoji/plugin/unicodemoji  ~/.local/bin/

Otherwise, copy plugin/unicodemoji in your PATH

🐪 using it (vim)

to get unicode emoji, enter:

:Unicodemoji

First launch may take some time depending on your bandwidth (due to json cache creation).

if you want a shortcut:

nmap <leader>u :Unicodemoji<CR>

to get emoji code, enter:

:UnicodemojiCode

if you want a shortcut:

nmap <leader>U :UnicodemojiCode<CR>

🐄 using it (shell 🐚)

With FZF:

$ unicodemoji

Without FZF (so that you can grep results) 👷

$ unicodemoji --no-fzf

getting the emoji code (e.g. :hamster: for 🐹)

$ unicodemoji --code

About

🐹 unicode emojis in terminal and vim with fzf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages