Finding hidden characters in file using Vim

Show newlines and tab location:

:set list

Back to normal:

:set nolist

View open file as hex:

:%!xxd

Comments

Popular Posts