I apologize for posting a usage question to this forum
But I do not have the time bandwidth and recourses to monitor two mailing lists
I have searched using google and looked at various vim comments here and
there
And I cannot figure this out
I have tried using this >>
source $VIMRUNTIME/mswin.vim
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
But I cannot get the copy and cut to put anything on the clipboard
I see the following NOTE:
Under Windows, the * and + registers are equivalent.
For X11 systems, though, they differ. For X11 systems, * is the selection, and
+ is the cut buffer (like clipboard).
Does that mean the following settings in mswin.vim will not work under Xming
with gvim and X11 >>
" CTRL-X and SHIFT-Del are Cut
vnoremap <C-X> "+x
vnoremap <S-Del> "+x
" CTRL-C and CTRL-Insert are Copy
vnoremap <C-C> "+y
vnoremap <C-Insert> "+y
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php