About
Xie Qiu
Uwaterloo
My ~/.vimrc
" solarized scheme
syntax enable
set background=light
colorscheme solarized
" show line number
set nu
" change tab width to 4
filetype plugin indent on
" show existing tab with 4 spaces width
set tabstop=4
" when indenting with '>', use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab
" let ctags look up directory
set tags=./tags,tags;$HOME