Vim Search Visual Selection
You can search a visual selection in Vim by using one of the built in Vim regular expression features called atoms.
You can search a visual selection in Vim by using one of the built in Vim regular expression features called atoms.
Use any delimiter in your regular expression to avoid escaping slashes.
Clear the annoying persistent search highlight in Vim with any of these methods.
Use this trick for swift find and replace.
Change, edit, or yank all the text until a pattern.
Ignore case in Vim search with a combination of the ignorecase and smartcase options in your config.
Get a pattern match count quickly with this one simple Vim trick.
Match more accurate patterns by using non-greedy matching.
Search faster in Vim with an improved workflow