Fuzzy picker for chrisbra/unicode.vim #2330
Unanswered
Grueslayer
asked this question in
Q&A
Replies: 1 comment 1 reply
-
maybe related |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This plugin shows unicode names / codes for a current char but also allows to insert a unicode char by its name
:UnicodeSearch! RIGHTWARDS ARROW
gives you a list off all chars matching that name.
Like
At the end of that list you can enter the line number which chars will be inserted at the current cursor position.
I need a picker for such a list, any ideas where to start.
(As the line contains Char, Hex, Dec, Description, HTML Tags it would be fine to let FZF only search the description but that's only nice to have)
Beta Was this translation helpful? Give feedback.
All reactions