Skip to content

xdavidel/hexer.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexer.nvim

Vim has this trick using xxd to open files as hex and vice versa:

In command mode - turn buffer to hex dumped text:

:%!xxd

Reverse that after editing with:

:%!xxd -r

I find myself having to use such functionality a lot, so -

I HEX YOU Neovim!

What It Is

Currently it just takes the current buffer and opening it's hexdump in another buffer using only lua.

I plan to give it a full editing capability so it could be used as a total replacement for other tools.

Getting Started

This section will guide for the necessary steps to start using this plugin.

Requirements

Installation

Using packer.nvim

use {
  'xdavidel/hexer.nvim',
}

Usage

Just open any desired buffer and use the command

Hexer

usage

About

A neovim plugin that hex you

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages