Hacker News new | ask | show | jobs
by johncoltrane 4810 days ago
Google is not the right place to search for help: Vim comes with an extensive and easily searchable documentation.

    :h **
is all you need to get your answer.
2 comments

Google helps when you don't exactly know what's the name of the thing you're looking for. That's in my case 85% of all searches.
You could try :helpgrep foo next time.
Wow. I did not think vim help would deal with symbols well, either. Thanks!