VIM Config

"Vim Config
set encoding=gbk
set fileencodings=utf-8
set fileencoding=utf-8
set number
set autoindent
set tabstop=4
set shiftwidth=4
set showmode 
set showcmd 
set ruler
syntax on
colorscheme desert
let g:persistentBehaviour=0
let g:winManagerWidth=30
let g:winManagerWindowLayout='FileExplorer'
nmap wm :WMToggle<cr>
nmap <c-t> :MiniBufExplorer<cr> 
nmap <c-f> :FirstExplorerWindow<cr> 
nmap ls :50vsplit .<cr>
let g:miniBufExplMapCTabSwitchBufs=1
set nobackup
set noswapfile
au GUIEnter * simalt ~x
set guioptions-=T
set guioptions-=m
map <F8> :exec "!python -B %"<CR>

posted @ 2012-09-03 17:59  Peekaboo  阅读(173)  评论(0)    收藏  举报