yazgoo / unicodemoji

:hamster: unicode emojis in terminal and vim with fzf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐹 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

:hamster: unicode emojis in terminal and vim with fzf


Languages

Language:Shell 61.9%Language:Vim Script 38.1%