DEV Community

Discussion on: How to get better at vim?

Collapse
 
thefern profile image
Fernando B 🚀

I would say use vim with very minimal configuration, maybe a little syntax highlight and line numbers enabled. Disable arrows so that you are not tempted to use them in normal mode. Use it and have the vim cheat sheet ready for when you need to learn a new movement. Vim tutor is a great place to start.

Here are a few tips:
dev.to/kodaman2/20-vim-shortcuts-t...