Crea un ~/.vimrc
file con questa riga:
set ts=4 sw=4
Questo imposterà le tabulazioni ogni 4 spazi e imposterà la larghezza di spostamento (quella quantità che rientri) come 4 spazi anche per abbinare le tue tabulazioni.
Rendi ~/.vimrc
e aggiungi questo:
set tabstop=4
Eccone altri utili:
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