Taille de l'onglet de modification VIM
set tabstop=4
Precious Pheasant
set tabstop=4
:set tabstop=2 shiftwidth=2 expandtab
:retab
# tabstop -> Indentation width in spaces
# shiftwidth -> Autoindentation width in spaces
# expandtab -> Use actual spaces instead of tabs
# retab -> Convert existing tabs to spaces
set shiftwidth=0
set tabstop=4