I am trying search a part of some line which is yanked under visual mode. What's the quickest way to do it in VIM? For exmaple,
Hello, #{1} world.
I press v enter visual mode and select llo, #{1} wor at the line 1. Then I yanked the selected text by pressing y, and then, I am trying to search for the selected text by pressing /. That leads to the following questions:
A: how to past a yanked text when I am in search mode? B: how to avoid the work of escaping characters for a search pattern?