📜  vim 十六进制视图 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:11.343000             🧑  作者: Mango

代码示例1
You can use the xxd command to transform a file in Vim to hex representation, doing

:%!xxd

This requires the command line tool xxd to be installed, part of vim-common:

CentOS 7: yum install vim-common
Redhat: apt-get install vim-common