Note Vim Vim Configuration /etc/vim/vimrc 1 2 3 4 5 6 7 8 set tabstop=4 set shiftwidth=4 set expandtab set autoindent set smartindent syntax on set nocompatible