Radical.vim is a Vim plugin that converts between the number representations encountered when programming, that is in addition to decimal, hex, octal, and binary representation.
This plugin depends on the magnum.vim big integer library.
The entire functionality of this plugin can be summarised in two items.
gA
shows the four representations of the number under the cursor (or selected in Visual mode).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 has been tested with Vim 7.3 and above.
Use your preferred installation method.
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
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4