Search for selected text

Johann Klähn kljohann at gmail.com
Tue Oct 14 15:39:08 CEST 2014


You may want to take a look at https://github.com/bling/evil-visualstar :)
On Oct 14, 2014 3:33 PM, "David Nebauer" <davidnebauer3 at bigpond.com> wrote:

> There are a couple of handy shortcuts in vim that allow you to highlight
> text and then hit '/' or '?' to search forwards or backwards for the
> next occurrence of the selected text. The mappings are:
>
> vnoremap / y/<C-R>"<CR>
>
> vnoremap ? y?<C-R>"<CR>
>
> Is there any way to replicate this functionality in evil?
>
> _______________________________________________
> implementations-list mailing list
> implementations-list at lists.ourproject.org
> https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ourproject.org/pipermail/implementations-list/attachments/20141014/5cae966d/attachment.htm 


More information about the implementations-list mailing list