> Try instead, press " (the literal double-quote character) and THEN > press + (the literal plus character). After this, press the 'y' key. > This is because instead of "+y (select the '+' register and yank the > text) you executed +y (move the cursor down one row and yank the text > to Vim's "unnamed" register). > If you want to paste by middle-click (rather than CTRL-V) then you > will need to use * instead of + in the above commands. * is the > "selection register" whereas + is the "clipboard register". In > Windows, these are the same...I apologize for that misunderstanding.
Ben something changed now. It seems that, selecting, then pressing " * y it copies. But it seems that if I paste it somewhere and then copy something else it continues to paste the first thing I copied. It seems it does not substitute the first copied text with the last. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
