Skip to content

zoumi/vim-xxd-highlight-sel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-xxd-highlight-sel

Show cursor position or selected data in corresponding HEX/ASCII area in vim's xxd buffer.

Overview

Normal mode: NOMAL

Visual block mode: visualb

Visual line mode: visuall

Minimal working example

Minimal working configuration using vim-plug.

set nocompatible
filetype plugin indent on

call plug#begin('~/.vim/plugged')
  Plug 'zoumi/vim-xxd-highlight-sel'
call plug#end()

Recommanded working example

Recommanded working configuration using vim-plug.

set nocompatible
filetype plugin indent on

call plug#begin('~/.vim/plugged')
  Plug 'fidian/hexmode',{'on':'Hexmode'}
  nnoremap <C-H> :Hexmode<CR>
  Plug 'zoumi/vim-xxd-highlight-sel'
call plug#end()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published