open-browser-unicode.vim : Open fileformat.info page about character on current cursor / given character
script karma |
Rating 0/0,
Downloaded by 721 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
tyru |
|
script type |
utility |
|
description |
Opens Unicode character information from Vim on https://www.fileformat.info/ website.
NOTE: You must install open-browser.vim to use this plugin.
https://github.com/tyru/open-browser.vim
1. :OpenBrowserUnicode
2. :OpenBrowserUnicode U+{hex}
3. :OpenBrowserUnicode {char}
Opens a unicode character information of given character if specified, or
current cursor character if not specified.
On 1st form, this command opens a page of the character under current
cursor.
\" Opens the page of the character under current cursor
:OpenBrowserUnicode
If arguments were given, and it is prefixed with \"U+\" and subsequent
characters are all of hex-characters (|/\\x|), 2nd form is applied. Then
this command opens a page of the hex-encoded character.
\" Opens http://www.fileformat.info/info/unicode/char/21ba/
:OpenBrowserUnicode U+21ba
If arguments were given and 2nd form is NOT applied, the 3rd form is
applied. Then this command opens a page of the character. If {char} is
a string of 2 more than characters, the first character is used.
\" Opens http://www.fileformat.info/info/unicode/char/21ba/
:OpenBrowserUnicode ↺
Latest source
https://github.com/tyru/open-browser-unicode.vim |
|
install details |
... |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|