yanktmp.vim : enables vim to yank and paste through the multi processes
script karma |
Rating 201/54,
Downloaded by 2201 |
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 |
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.222.185.243
|