VIMRC
syntax on
filetype on
set autoindent
set mouse=a
set nowrap
set hlsearch
set incsearch
set ignorecase
set nu
set tabstop=4
set laststatus=2
set tags=tags;/
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif