Crea un ~/.vimrc
archivo con esta línea:
set ts=4 sw=4
Esto establecerá tabulaciones cada 4 espacios y establecerá el ancho de cambio (la cantidad que sangra) como 4 espacios también para que coincida con sus tabulaciones.
Haz ~/.vimrc
y agrega esto:
set tabstop=4
Aquí hay algunos otros útiles:
syntax on " Syntax highlighting
set showmatch " Shows matching brackets
set ruler " Always shows location in file (line#)
set smarttab " Autotabs for certain code
set shiftwidth=4