//vim-characterizebytpope

vim-characterize

characterize.vim: Unicode character metadata

299
21
299
1
Vim Script

characterize.vim

In Vim, pressing ga on a character reveals its representation in decimal,
octal, and hex. Characterize.vim modernizes this with the following
additions:

  • Unicode character names: U+00A9 COPYRIGHT SYMBOL
  • Vim digraphs (type after <C-K> to insert the character): Co, cO
  • Emoji codes: :copyright:
  • HTML entities: &copy;

Installation

Install using your favorite package manager, or use Vim’s built-in package
support:

mkdir -p ~/.vim/pack/tpope/start
cd ~/.vim/pack/tpope/start
git clone https://tpope.io/vim/characterize
vim -u NONE -c "helptags characterize/doc" -c q

Contributing

See the contribution guidelines for
pathogen.vim.

Self-Promotion

Like characterize.vim? Follow the repository on
GitHub and vote for it on
vim.org. And if
you’re feeling especially charitable, follow tpope on
Twitter and
GitHub.

License

Copyright © Tim Pope. Distributed under the same terms as Vim itself.
See :help license.

[beta]v0.14.0