hex.nvim icon indicating copy to clipboard operation
hex.nvim copied to clipboard

Feature request: is it possible to add search function?

Open kgfly opened this issue 8 months ago • 1 comments

Eg, ":HexSearch 32333435" on below

Image

xxd cannot seach when the target string is across lines.

Thanks for your considration.

kgfly avatar Apr 30 '25 16:04 kgfly

The plugin is going through a rewrite right now, the use of xxd limits the way nvim interacts with the hex content such as searching.

This will be trivial to implement once the new FFI implementation is in place.

RaafatTurki avatar Oct 14 '25 11:10 RaafatTurki