<p dir="ltr">You may want to take a look at <a href="https://github.com/bling/evil-visualstar">https://github.com/bling/evil-visualstar</a> :)</p>
<div class="gmail_quote">On Oct 14, 2014 3:33 PM, &quot;David Nebauer&quot; &lt;<a href="mailto:davidnebauer3@bigpond.com">davidnebauer3@bigpond.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There are a couple of handy shortcuts in vim that allow you to highlight<br>
text and then hit &#39;/&#39; or &#39;?&#39; to search forwards or backwards for the<br>
next occurrence of the selected text. The mappings are:<br>
<br>
vnoremap / y/&lt;C-R&gt;&quot;&lt;CR&gt;<br>
<br>
vnoremap ? y?&lt;C-R&gt;&quot;&lt;CR&gt;<br>
<br>
Is there any way to replicate this functionality in evil?<br>
<br>
_______________________________________________<br>
implementations-list mailing list<br>
<a href="mailto:implementations-list@lists.ourproject.org">implementations-list@lists.ourproject.org</a><br>
<a href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list" target="_blank">https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list</a><br>
</blockquote></div>