Outils pour utilisateurs

Outils du site


tech:vim-hex

Ceci est une ancienne révision du document !


Vim hex

Date: 2014/06/28

http://www.kevssite.com/2009/04/21/using-vi-as-a-hex-editor

Sometimes I find it useful to switch to hex mode when editing a file in vi. The command for switching is not very obvious so thought I’d share… So, open a file in vi as usual, hit escape and type:

:%!xxd

to switch into hex mode And when your done hit escape again and type:

:%!xxd -r

to exit from hex mode. Okay, so this isn’t actaully switching to vi’s ‘hex mode’; vi doesn’t have one. What the above actually does is to stream vi’s buffer through the external program xxd.

tech/vim-hex.1742825205.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki