How to search word start \word
in vim. I can do it using the find menu. Is there any other short cut for this?
You can use these special characters as commands to the search function. If you want to search for a string that includes one or more of these characters, you must precede the special character with a backslash. To escape a backslash itself, type \\ .
After you've selected the text you want, type \ll . That should be it.
Try:
/\\word
in command mode.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With