Skip to content

Commit

Permalink
misc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 authored and rr- committed Dec 13, 2020
1 parent ca77e60 commit aa01be4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and vice versa by exposing following functions:

- `:Hex2Dec`
- `:Dec2Hex`
- `:Dec2Hexl`
- `:ToggleHexDec`

The functions work for visual selection, block selection, line ranges and the
Expand All @@ -26,6 +27,7 @@ The plugin doesn't define any bindings and leaves the choice to the user.
Here's a demonstration how to bind the commands in the `.vimrc` file:

nnoremap gbh :Dec2Hex<CR>
nnoremap gbl :Dec2Hexl<CR>
nnoremap gbd :Hex2Dec<CR>
nnoremap gbt :ToggleHexDec<CR>

Expand Down

0 comments on commit aa01be4

Please sign in to comment.