On Apr 21, 6:50 am, Ben Fritz <[email protected]> wrote: > On Friday, April 20, 2012 3:38:22 PM UTC-5, Sergey Vakulenko wrote: > > Hi Marcin > > > I tried, but this not works for me :( > > > set clipboard=unnamedplus,unnamed,autoselect,exclude:cons\|linux > > > test case: > > 1) open gvim > > 2)shift-v, move cursor and Esc (select lines in visual mode) > > 3)go to firefox and click ctrl-v or ctrl-Insert > > Normally the selection register is pasted with a middle-click of the mouse, > not with CTRL-V. 'clipboard' containing autoselect should allow this. I have > no idea whether it is possible to paste the selection with CTRL-V, but I > don't think it is Vim which controls this.
Well if you pasted it correctly you used a forward slash and not a pipe. > set clipboard=unnamedplus,unnamed,autoselect,exclude:cons\|linux Should be |linux and ubuntu should be CTRL+SHIFT+V usually. Sayth -- You received this message from the "vim_use" 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
