sponsor Vim development Vim logo Vim Book Ad

vim-pastebins : A vim plugin that helps you using pastebin services!

 script karma  Rating 9/3, Downloaded by 271  Comments, bugs, improvements  Vim wiki

created by
Sean Feng
 
script type
utility
 
description
Vim Pastebins
=============
A vim plugin that helps you to use pastebin services, inspired by [webpaste.el](https://github.com/etu/webpaste.el).

Requirement
-----------
- vim needs to have `+python3` compiled

Supported Feature
-----------------
- Paste current visual selection
- Paste the entire buffer
- List previously posted pastes

Supported Pastebin Service
--------------------------
- [Mozilla Paste](paste.mozilla.org) *default*
- [dpaste.org](https://dpaste.org/)

Usage
-----
- Paste Visual Selection
`<C-U>PastebinPaste` - `<C-U>` is required to clear the `'<,'>` from the command.

- Paste the entire buffer
`PastebinPasteAll`

- List Previous Posted Pastes
`PastebinPasteList`


Customization
-------------
- Change the service provider
`let g:enabled_pastebin_service = "mozilla"`

Github: https://github.com/sefeng211/vim-pastebins
 
install details
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-pastebins-0.2.0.zip 0.2.0 2020-05-24 7.0 Sean Feng - Fallback to text when the file type is not supported
- Allow to paste the entire buffer

ip used for rating: 18.223.32.230

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github