You may want to take a look at https://github.com/bling/evil-visualstar :)
On Oct 14, 2014 3:33 PM, "David Nebauer" <[email protected]> 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
> [email protected]
> https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
>
_______________________________________________
implementations-list mailing list
[email protected]
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list

Reply via email to