# Asciitable.vim **Repository Path**: bon-ami/Asciitable.vim ## Basic Information - **Project Name**: Asciitable.vim - **Description**: 不定期从github同步 - **Primary Language**: VimL - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-09 - **Last Updated**: 2024-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.