* felix hoo <[email protected]> [2010-02-22 14:08]: > When I edit the binary file in hex mode in vim. > I would like to have the ascii view updated once > I change the hex value. Is it possible to do so?
unfortunately, vim isnt a hex editor at all. so my hint: use "bvi": Gerhard Buergmann [email protected] author http://bvi.sourceforge.net/ homepage http://bvi.sourceforge.net/new132.html news on latest version http://bvi.sourceforge.net/overview.html overview to commands http://bvi.sourceforge.net/quick.html quick tutorial $ sudo apt-get install bvi $ bvi $(which vim) enjoy! Sven -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
