Skip to content

jasonwoodland/base64.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

base64.nvim

Provides a few handy bracket mappings for Base64 encoding and decoding.

Installation

Install using your favourite plugin manager; for instance if you are using lazy.nvim:

{ "jasonwoodland/base64.nvim" }

Usage

Easily encode or decode text in Base64 with the following key mappings:

Normal Mode

  • [4{motion}: Encode text specified by a Vim motion
  • ]4{motion}: Decode text specified by a Vim motion

Visual Mode

  • {Visual}[4: Encode visually selected text
  • {Visual}]4: Decode visually selected text

Whole Line

  • [44: Encode the entire line
  • ]44: Decode the entire line

License

See LICENSE.

About

Neovim plugin which provides a few handy bracket mappings for Base64 encoding and decoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages