Skip to content

Vftdan/vim-hexbuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim hex buffer

Why not 'fidian/hexmode'?

  • My plugin does not automatically convert binary buffers to hexadecimal
  • Saving hexadecimal buffer does not change anything on the disk

Usage

  1. Create/open the file you want to edit (binary mode is recommended)
  2. Split the window or set bufhidden=hide or set hidden=on to prevent buffer unloading (important!)
  3. Run :ToHexBuffer command
  4. Make the changes in the hexadecimal buffer
  5. Save the buffer (:w)

Buffer with the original file should update after hexadecimal buffer saving.

Dependencies

  • xxd (shipped with regular Vim)

About

Hexadecimal view of existing vim buffer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors