let's say I want to find a specific text with a function block. The current way that I am implementing is to select a block of code from the square brackets of the function with vi{, then copy it and paste it into a new file. After that I search for text in a new file with/<search-text>
I want to know if there is a short answer to this?
source
share