http://blog.webterror.net/wp-content/files/vim.tar.gz
:imap ` <C-P> :nmap ` :sp<CR>:o ./<CR> :nmap :o ./<CR> :nmap ! <C-W> :nmap = <C-W>+ :nmap - <C-W>- :nmap F <PageDown> :nmap B <PageUp> :nmap VV <C-V> :nmap U <C-R> map <F5> <Esc>:EnableFastPHPFolds<Cr> map <F6> <Esc>:EnablePHPFolds<Cr> map <F7> <Esc>:DisablePHPFolds<Cr> set nocompatible set autoindent set cindent set smartindent set wrap set nowrapscan set nobackup set visualbell set ruler set shiftwidth=4 set fileencoding=utf-8 set tenc=utf-8 set hlsearch set ignorecase set tabstop=4 set lbr set incsearch set backspace=eol,start,indent set history=1000 set background=dark set nobackup set nowritebackup set noswapfile inoremap <F9> <C-O>za nnoremap <F9> za onoremap <F9> <C-C>za vnoremap <F9> zf nnoremap <silent> <Space> @=(foldlevel('.')?'za':"<Space>")<CR> vnoremap <Space> zf filetype indent on colorscheme desert syntax on set paste