Skip to content

shota3506/vim-uriencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-uriencode

uriencode is a plugin for encoding/decoding uri.

This plugin follows the specification of the Percent-Encoding mechanism described in RFC3986.

Usage

Encode

Select plain text in Visual mode and type ge with defauld configuration.

For example,

Hello, world!

will be encoded into

Hello%2C%20world%21

Decode

Select URI encoded text in Visual mode and type gd.

Install

Install with vim-plug

Add the following line to your .vimrc.

Plug 'shota3506/vim-uriencode'

About

Vim plugin for URI encoding and decoding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published