Skip to content

arecarn/vim-binascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binascii

A handily collection of conversion tools for numbers and strings and characters.

Usage

  • :Num {number}

    • Gives Information about a NUMBER e.g. 15, 0xF, or 0b1111
  • :Char {character}

    • Gives Information about a CHARACTER e.g. a, ®, or ü
  • :Hex2str {hexadecimal}

    • Converts Hex String into an actual string
  • :Str2Hex {string}

    • Converts a String into a Hex string, but first asks for a byte separator

About

binary, ascii and string conversions inside vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published