Skip to content

A simple script to send your buffer or selection to Dpaste.com and returns a url

Notifications You must be signed in to change notification settings

vim-scripts/Dpaste.com-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=2519

dpaste.vim is a vim plugin for pasting to dpaste.com (#django's favourite paste bin!)

The core of the script was inspired by LodgeIt.vim, which is also for a paste bin site. 

Thanks to Paul Bissex (or pbx on irc) for creating dpaste.

Usage:
- :Dpaste  (create a paste from the current buffer or selection)

You can also map paste to CTRL + P, just add this to your .vimrc:
map ^P :Dpaste<CR>
(where ^P is entered using CTRL + V, CTRL + P in Vim)

About

A simple script to send your buffer or selection to Dpaste.com and returns a url

Resources

Stars

Watchers

Forks

Packages

No packages published