An open API service indexing awesome lists of open source software.

https://github.com/sainnhe/vim-paste-rs

Vim plugin for pasting content to https://paste.rs/
https://github.com/sainnhe/vim-paste-rs

neovim pastebin vim

Last synced: about 1 month ago
JSON representation

Vim plugin for pasting content to https://paste.rs/

Awesome Lists containing this project

README

          

## Introduction

This is a simple vim plugin for pasting content to [https://paste.rs/](https://paste.rs/), written in pure vim script.

The following features are supported:

- Paste the content of current buffer.
- Paste selected text.
- Automatically detect current file type and return corresponding URL.
- Delete a paste.
- Yank returned URL to a given register.
- Open returned URL with default browser.

## Documentation

See [`:help paste-rs.txt`](https://github.com/sainnhe/vim-paste-rs/blob/master/doc/paste-rs.txt)

## License

[GPL3](./LICENSE) © sainnhe