radical.vim : Convert decimal, hex, octal, binary number representations
script karma |
Rating 8/4,
Downloaded by 1416 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
David Bürgin |
|
script type |
utility |
|
description |
Radical.vim is a plugin that converts between the number representations encountered when programming, that is in addition to decimal, hex, octal, and binary representation.
"gA" shows the four representations of the number under the cursor.
"crd", "crx", "cro", "crb" convert the number under the cursor to decimal, hex, octal, binary, respectively.
These mappings accept a count to force the base used to interpret the targeted number.
This plugin depends on the magnum.vim big integer library (vimscript #4877).
See also: https://github.com/glts/vim-radical
|
|
install details |
Unzip the archive in your ~/.vim directory. (On Windows, replace "~/.vim" with "%HOME%\vimfiles".)
If you use a plugin management system use the installation procedure appropriate to your setup. Keep in mind that radical.vim depends on magnum.vim, so be sure to install that as well if your plugin manager doesn't handle dependencies for you.
For example, with pathogen.vim the installation goes:
git clone https://github.com/glts/vim-magnum.git ~/.vim/bundle/magnum
git clone https://github.com/glts/vim-radical.git ~/.vim/bundle/radical
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.15.158.138
|