Encode/Decode visually-selected strings to/from base64
Encodes/Decodes visually selected strings to/from base64 strings.
Heavily inspired by christianrondeau/vim-base64.
Use your favorite plugin manager.
In visual mode:
<leader>atob
to convert a string to base64 string.<leader>btoa
to convert a base64 string to original string."