Editing Binary Files with Vim
When I saw Tim Pope’s excellent vim-afterimage script, it reminded me that Vim is completely capable as a binary file editor. Opening a file with -b
or running :set binary
makes Vim more suitable for editing binary files:
textwidth
andwrapmargin
are…