https://github.com/ijustdev/hastevim
https://github.com/ijustdev/hastevim
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ijustdev/hastevim
- Owner: IJustDev
- Created: 2020-11-01T23:06:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T23:51:05.000Z (over 5 years ago)
- Last Synced: 2025-01-23T14:43:20.276Z (over 1 year ago)
- Language: Vim script
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Hastevim
A vim plugin to save and load to and from hastebin.
## Installation
### Install with plugin manager
```vimscript
# Vundle
Plugin 'ijustdev/hastevim'
```
## Usage
If you've selected a code snippet from within the visual mode only this code will be shared on hastebin. Otherwise the whole file.
```
:HasteSave
```
You can also retrieve a code snippet from Hastebin with the unique id.
```
:HasteGet
```