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/
- Host: GitHub
- URL: https://github.com/sainnhe/vim-paste-rs
- Owner: sainnhe
- License: gpl-3.0
- Created: 2021-10-03T01:29:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T07:21:44.000Z (over 4 years ago)
- Last Synced: 2025-04-09T21:44:27.929Z (about 1 year ago)
- Topics: neovim, pastebin, vim
- Language: Vim script
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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