pfp-vim icon indicating copy to clipboard operation
pfp-vim copied to clipboard

Feature: In hex view highlight equivalent text

Open vdun opened this issue 9 years ago • 2 comments

In the hex view highlight also the current equivalent text/ASCII.

PS: Thanks for the great tool 👍

vdun avatar Aug 08 '16 03:08 vdun

I wanted to do this, need to dig into vim plugin apis a bit more to figure it out. Took some figuring out to highlight the hex, used :match, :2match, and :3match to highlight the rows in the hex, ran out of :Xmatch functions.

On Sun, Aug 7, 2016 at 10:15 PM, vdun [email protected] wrote:

In the hex pane highlight also the current equivalent text/ASCII.

PS: Thanks for the great tool 👍

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/d0c-s4vage/pfp-vim/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AE2rYjd6JoZqu3iBCJ6pd-oUGsDN4qfGks5qdp9kgaJpZM4JerFA .

d0c-s4vage avatar Aug 16 '16 19:08 d0c-s4vage

bumping this up, would definitely be useful

d0c-s4vage avatar Dec 31 '19 06:12 d0c-s4vage