Home > Asciitable.vim

Asciitable.vim

Asciitable.vim is a project mainly written in Vim Script, it's free.

Create an ASCII table in a split window

This is a mirror of http://www.vim.org/scripts/script.php?script_id=616

I don't even remember why I originally needed this, but it will open up a split and create an ASCII table in decimal, hex, or octal. Mappings are made to:

a, a8, a10, ax, and a16. NOTE: this is only tested on Win2K, and it was not exhaustively tested for different fonts/character sets. I'd be curious to know how other platforms react to it. The code to split the window is based on that found in calendar.vim by Yasuhiro Matsumoto.
Previous:BreakPts