Provides a few handy bracket mappings for Base64 encoding and decoding.
Install using your favourite plugin manager; for instance if you are using lazy.nvim:
{ "jasonwoodland/base64.nvim" }Easily encode or decode text in Base64 with the following key mappings:
[4{motion}: Encode text specified by a Vim motion]4{motion}: Decode text specified by a Vim motion
{Visual}[4: Encode visually selected text{Visual}]4: Decode visually selected text
[44: Encode the entire line]44: Decode the entire line
See LICENSE.