On Sun, Dec 13, 2009 at 10:22 PM, Suresh Govindachar wrote:
>
> Hello,
>
>  Figured out this issue on linux:  It does not matter if vim is
>  built with + or - for clipboard and xterm_clipboard;  in both
>  situations it is possible to easily transfer data from the console
>  to a vim buffer and vice versa by highlighting text (highlighted
>  stuff gets selected) and clicking the right mouse button to paste
>  (need to be in inset mode, preferably with "set paste" when
>  destination is a vim buffer).  However, to make the transfers
>  work, it is necessary that mouse be set to nothing.
>
>        :set mouse=""

That should just be

     :set mouse=

>  In some installations, mouse may be set to "a" from
>  vimrc_example.vim which prevents such transfers;  to get back the
>  ability to transfer, just unset mouse.

You should also be able to hold in the shift key while selecting; in
most terminals that tells the terminal to control the mouse instead of
letting the application handle the clicks, so you get the same
behavior as if vim isn't configured to handle them (with the 'mouse'
option).

Also, as far as "*p not working for you... are you by any chance using
ssh between the unix machines without enabling X forwarding?

~Matt

-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to