jidckii@keikogi~09:09:36:/etc/vim$ ls
vimrc vimrc.dpkg-dist vimrc.local vimrc.tiny
jidckii@keikogi~09:09:41:/etc/vim$ cat vimrc.local
syntax on
set number
set ch=1
set mousehide
set autoindent
set statusline=%<%f%h%m%r\ %b\ %{&encoding}\ 0x\ \ %l,%c%V\ %P
set laststatus=2
set showmatch
set backspace=indent,eol,start
set history=200
set wildmenu
set showcmd
set ruler
set termencoding=utf8
set nocompatible
set incsearch
set hlsearch
set ignorecase
set smartcase
set tabstop=4
set shiftwidth=4
set smarttab
set expandtab
set smartindent
set foldenable
set foldlevel=100
set foldmethod=indent
set mouse=a
set mousemodel=popup
set matchpairs+=<:>
set listchars=tab:>-,trail:-
set whichwrap=b,<,>,[,],l,h