Hi,

On Mon, Aug 16, 2010 at 8:33 AM, Horatiu German <[email protected]> wrote:
>  Hi,
>
>  I recently upgraded from Vim 5.8 to Vim 7.2 on WinXP.
>
>  One setting that I had in 5.8and I'd like to have in 7.2 is the mouse
> selection-insert feature. For instance, in command mode, I would:
> - type / for search
> - left-mouse button double-click on a string
> - middle-mouse button click to "paste" the string
> and all hits in the file show up highlighted.
>
>  Any assistance in setting my mouse to behave like that is greatly
> appreciated!
>

I think, setting the 'A' flag in the 'guioptions' option will get you the
above described feature.

  set guioptions+=A

- Yegappan

-- 
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

Reply via email to