https://github.com/rootkiter/vim-hexedit
Hexedit is a plug-in under VIM, which is used to strengthen the hex editing ability of VIM.
https://github.com/rootkiter/vim-hexedit
hex hexedit hexeditor vim vim-plugin viml vimscript
Last synced: 2 months ago
JSON representation
Hexedit is a plug-in under VIM, which is used to strengthen the hex editing ability of VIM.
- Host: GitHub
- URL: https://github.com/rootkiter/vim-hexedit
- Owner: rootkiter
- Created: 2019-10-27T17:32:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T04:04:43.000Z (almost 6 years ago)
- Last Synced: 2025-06-07T23:53:25.357Z (10 months ago)
- Topics: hex, hexedit, hexeditor, vim, vim-plugin, viml, vimscript
- Language: Vim script
- Homepage: http://rootkiter.com/vim-hexedit/
- Size: 1.37 MB
- Stars: 68
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

# How To Use

**Tips 1** : `f|` will help you locate the character area immediately.
**Tips 2** : `:Hexsearch 41414141` can help you search for a hex string, then `n` can help you find the next matching string in order.
`:HexsearchClean` help you clean up your last "Hexsearch" and restore VIM's default matching function.
# Install
## Install under blank environment
```
$ git clone https://github.com/rootkiter/vim-hexedit.git ~/.vim
```
## Install under Pathogen
```
$ git clone https://github.com/rootkiter/vim-hexedit.git ~/.vim/bundle/vim-hexedit
```