Andre Schütz - Learn. Think. Reflect - Tech developer
Switch to hex-mode witin VIM and NeoVIM

Switch to hex-mode witin VIM and NeoVIM

If you want to see the current file in HEX mode, you can switch to Hex-Mode with the following command:

:%!xxd

If you want to switch back, you can use the following command:

:%!xxd -r

Leave a Reply