Characterize plugin.
[profile.git] / .vim / doc / characterize.txt
diff --git a/.vim/doc/characterize.txt b/.vim/doc/characterize.txt
new file mode 100644 (file)
index 0000000..31d5bb0
--- /dev/null
@@ -0,0 +1,19 @@
+*characterize.txt*  Unicode character metadata
+
+Author:  Tim Pope <http://tpo.pe/>
+Repo:    https://github.com/tpope/vim-characterize
+License: Same terms as Vim itself (see |license|)
+
+This plugin is only available if 'compatible' is not set.
+
+SUMMARY                                         *characterize*
+
+Provides one map.
+
+                                                *characterize-ga*
+ga                      Print the unicode value of the character under the
+                        cursor in decimal, hexadecimal and octal, along with
+                        the unicode name, HTML entity, Emoji code, and any
+                        available |digraphs|.
+
+ vim:tw=78:et:ft=help:norl: