- Learn how to ask a good question and to type it into search engine before asking on forums
- Do
vimtutor
- it's a 30-minute tutorial that teaches the most basic Vim functionality hands-on - RTFM! User manual (
:h user-manual
) will guide you through every feature from basic to advanced :help
and:helpgrep
to find more detailed documentation of specific feature:h faq
- Frequently Asked Questions:h quickref
- quick reference guide- idiomatic vimrc by romainl