vim使用

在命令行模式下,输入以下命令
:%!xxd

便可进行十六进制模式了

编辑完后用以下命令转换回去
:%!xxd -r

0:移动到行首
$:移动到行尾

posted @ 2015-06-20 23:20  szphper  阅读(94)  评论(0)    收藏  举报