An extension for fuzzbox.vim that integrates with the Vim Unicode plugin and allows fuzzy searching for Unicode characters. This is very similar to the built-in support for fzf.vim included in the Unicode plugin, but for Fuzzbox.
Any plugin manager will work, or you can use Vim's built-in package support:
For vim-plug
Plug 'vim-fuzzbox/fuzzbox-unicode.vim'As Vim package
git clone https://github.com/vim-fuzzbox/fuzzbox-unicode.vim ~/.vim/pack/plugins/start/fuzzbox-unicode
| Command | Description |
|---|---|
| FuzzyUnicode | search for Unicode characters and yank on select |
| FuzzyUnicode! | same as above but also insert at cursor position |
<C-G><C-F> is mapped in insert mode to search for a Unicode character and
insert at the cursor position.