sponsor Vim development Vim logo Vim Book Ad

yanktmp.vim : enables vim to yank and paste through the multi processes

 script karma  Rating 201/54, Downloaded by 2096  Comments, bugs, improvements  Vim wiki

created by
yuichi tateno
 
script type
utility
 
description
This plugin enables vim to yank and paste through the multi processes.

If :call YanktmpYank(), yank string write to tmpfile.
And :call YanktmpPaste_p() or YanktmpPaste_P(), paste string from tmpfile.

Default tmp file is '/tmp/vimyanktmp'
If you want to change tmp file.
let g:yanktmp_file = '/tmp/example_tmp_file'

==================== file yanktmp.vimrc ====================
map <silent> sy :call YanktmpYank()<CR>
map <silent> sp :call YanktmpPaste_p()<CR>
map <silent> sP :call YanktmpPaste_P()<CR>
==================== end: yanktmp.vimrc ====================
 
install details
 

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
yanktmp.vim 0.1 2006-07-05 7.0 yuichi tateno Initial upload
ip used for rating: 18.117.165.66

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