How do I make vi-Vim never use tabs (converting spaces to tabs, bad!), makes the tab key == 4 spaces, and automatically indent code after curly brace blocks like Emacs does?
Afterall, you could edit the .vimrc,then add the conf
set tabstop=4
Or exec the command