sponsor Vim development Vim logo Vim Book Ad

open-browser-unicode.vim : Open fileformat.info page about character on current cursor / given character

 script karma  Rating 0/0, Downloaded by 649  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
...
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
open-browser-unicode-v1.0.0.zip v1.0.0 2018-03-11 7.4 tyru Initial upload
ip used for rating: 3.147.103.8

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github