a simple, blazingly fast hex editor
Usage: hexzen [OPTIONS] <FILE>
Arguments:
<FILE>
Options:
-d, --dump prints a hex dump instead of opening the editor
-u use the unicode replacement character instead of a dot when a character isn't printable ascii
-h, --help Print help
-V, --version Print version
←,↑,→,↓: move the cursorPgUp,PgDown: scroll up or downTab: toggle between normal and text modesEsc: set the editor into normal mode
u,z: undor: redow: save changesq: exit the program without savingj: jump to an arbitrary position in the file/: search for specific bytes in the file//: search for specific text in the filen: jump to next search resultm: jump to previous search result