yanktmp.vim : enables vim to yank and paste through the multi processes
| script karma |
Rating 201/54,
Downloaded by 2270 |
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: 216.73.216.130
|