A completing-read command for looking up unicode characters by name 😉. Modified from https://github.com/qdzhang/ivy-unicode and https://github.com/bomgar/helm-unicode.
Clone this repository, and put quick-insert-unicode.el
file to your load-path
,
then require it.
(require 'quick-insert-unicode)
quick-insert-unicode
The main function to use, bind it to a key whatever you like. This function
use completing-read
to select unicode characters, and insert the selected item
to current posotion.
If you would like to contribute to this project, you may either clone and make pull requests to this repository. Or you can clone the project and establish your own branch of this tool. Any methods are welcome!