Unix :: .vimrc のメモ

.vimrc

set number
set showmatch
set autoindent
set tabstop=4
set shiftwidth=4
syntax on