The fastest way to compare two files in vimdiff is firstly open:
vimdiff <file1.bin> <file2.bin>
Displaying content in hex format:
:%!xxd
to switch to other pane:
Ctrl + W
The fastest way to compare two files in vimdiff is firstly open:
vimdiff <file1.bin> <file2.bin>
Displaying content in hex format:
:%!xxd
to switch to other pane:
Ctrl + W