VIM Config

来源:互联网 发布:软件兼容性是什么意思 编辑:程序博客网 时间:2024/06/06 13:01
"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>
原创粉丝点击