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

https://github.com/ijustdev/hastevim


https://github.com/ijustdev/hastevim

Last synced: 5 months ago
JSON representation

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
```