Skip to content

equal-l2/vim-base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-base64

Powered by vital.vim
Encodes/Decodes visually selected strings to/from base64 strings.
Heavily inspired by christianrondeau/vim-base64.

demo

Installation

Use your favorite plugin manager.

Usage

In visual mode:

  • <leader>atob to convert a string to base64 string.
  • <leader>btoa to convert a base64 string to original string.

Differences from christianrondeau/vim-base64

  • Using pure-VimScript base64 implementation by vim-jp/vital.vim
  • No support for regex currently
  • Keeping content of register "
  • Improved error handling

About

Encode/Decode visually-selected strings to/from base64

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published