Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/delphinus/vim-pastefire


https://github.com/delphinus/vim-pastefire

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

*pastefire.txt* Plugin for Pastefire (http://pastefire.com/)

This plugin helps you to use Pastefire in vim. Please read the site
http://pastefire.com/ about this service.

In vim, you choose words / sentenses with visual mode, and type pf
(default mapping), then vim sends the selection to Pastefire. You can get
words / sentenses with iPhone.

Mapping:
pf
Send words / sentenses to Pastefire.

(pastefire)
ditto

Commands:
:Pastefire
ditto

*pastefire-settings*
*pastefire_email*
*pastefire_password*
Before you use this plugin, you must specify email address and password. They
must be same with ones you input in Pastefire iPhone App.

There are two methods.

* with environmental variables >
$ export [email protected]
$ export PASTEFIRE_PASSWORD=abcde12345
<
* with vim global variables >
:let g:pastefire_email='[email protected]'
:let g:pastefire_password='abcde12345'
<
vim:tw=78:ts=8:ft=help:norl:nolist: