Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delphinus/vim-pastefire
https://github.com/delphinus/vim-pastefire
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/delphinus/vim-pastefire
- Owner: delphinus
- Created: 2012-02-04T03:54:46.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-12T14:13:10.000Z (almost 13 years ago)
- Last Synced: 2024-04-16T22:30:02.374Z (7 months ago)
- Language: VimL
- Homepage: http://blog.remora.cx/2012/02/pastefire-in-vim.html
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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)
dittoCommands:
: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: