set nocompatible
execute pathogen#infect()
call pathogen#helptags()
call pathogen#incubate()
imap jk
vmap jk
" jj is not suitable in visual mode
set nobackup
set noswapfile
colo ron
syntax on
set incsearch
set et
set sw=4
set ts=4
set nu
set nowrap
set colorcolumn=80 " mark the margin, or 'cc=80' for short, only for vim v7.3+
map
map
map
map
" FuzzyFinder
nnoremap :FufCoverageFile
let mapleader=","
" taglist
let Tlist_Inc_Winwidth = 0
let Tlist_Show_One_File = 1
nmap to :TlistOpen
nmap tt :TlistToggle
filetype on
filetype plugin indent on
"nmap ev :e $MYVIMRC
" use global mark mV and 'V to make this function
"nmap sv :so $MYVIMRC
" use :so % instead of above line
"nnoremap ; :
" ; is the key for repeating last inline search (f)