sponsor Vim development Vim logo Vim Book Ad

beautiful-pastebin : Extract a code from pastebin

 script karma  Rating 11/5, Downloaded by 681  Comments, bugs, improvements  Vim wiki

created by
Aman Agarwal
 
script type
utility
 
description
The vim plugin script used for downloading and uploading code directly from/to pastebin to/from your vim text editor.
 
install details
Install BeautifulSoup http://www.crummy.com/software/BeautifulSoup/

Usage:
Just put bin.vim and beautiful.py in your ~/.vim/plugin (Note :if ~/.vim/plugin is not there than create it)
You have to set your pastebin emailid/language
   :let g:pastebin_emailid="username@domain.com"
   :let g:pastebin_language="language"


   And if you want to keep your language and email setting forever,
   Simply put them in your ~/.vimrc

type:
   :PasteBin                        To get code to your vim editor
   :PasteBinUpload               To upload the text from vim editor to pastebin

 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
beautiful-pastebin.zip 1.1 2011-06-08 7.0 Aman Agarwal You have to set your pastebin emailid/language
:let g:pastebin_emailid="username@domain.com"
:let g:pastebin_language="language"


   And if you want to keep your language and email setting forever,
   Simply put them in your ~/.vimrc

type:
   :PasteBin                       To get code to your vim editor
   :PasteBinUpload               To Upload the text from vim editor to pastebin
beautiful-pastebin.zip 1.0 2011-06-08 7.0 Aman Agarwal Initial upload
ip used for rating: 3.140.188.16

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github