Special character and Emoji Picker #11289
-
I would like something like this in Helix: https://github.com/nvim-telescope/telescope-symbols.nvim
At least searching and inserting emojis at the cursor would be very nice. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
IMO this does not belong in core, it should be done as a plugin instead when it becomes possible. Also though I think this is better solved at the OS level. For example I use https://github.com/Zeioth/wofi-emoji. I believe macOS also has an emoji tool that works in a similar way. |
Beta Was this translation helpful? Give feedback.
-
I found this thread when looking for an emoji picker plugin. I agree it probably should be a plugin, and not in core. But I DO really want one. Using a separate OS level tool, means I have to leave my editor to get the emoji and then come back. The snippet solution is interesting, but not as comprehensive as an emoji selector. Might work if you reuse a couple over and over, but not if you want to pull one you've never used before or use rarely. |
Beta Was this translation helpful? Give feedback.
IMO this does not belong in core, it should be done as a plugin instead when it becomes possible.
Also though I think this is better solved at the OS level. For example I use https://github.com/Zeioth/wofi-emoji. I believe macOS also has an emoji tool that works in a similar way.