Tuesday, February 4, 2014

Re: XXD with Vim

On Tuesday, February 4, 2014 7:50:58 AM UTC-8, vtadipatri wrote:
> It's nice that you can go into hex mode with Vim through the use of XXD, but it's really hard trying to find out what hex codes correspond to a given character. Is there any kind of syntax highlighting, ie..if I select a particular character on the right side, it would highlight the corresponding hex value on the left side or vice versa?
> Or maybe xxd isn't meant for this. Is there some other way to easily view the hex representation of a file while also showing which hex values correspond to which characters?

Not exactly the way you are looking for,
but it does exactly what you want:

http://bvi.sourceforge.net/

The bvi is a display-oriented editor for binary files (hex editor), based on the vi texteditor. If you are familiar with vi, just start the editor and begin to edit! A bmore program is also included in the package.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment