VIM Config

来源:互联网 发布:单片机基础知识 编辑:程序博客网 时间:2024/06/05 02:52
"Vim Config
set encoding=gbk
set fileencodings=utf-8
set fileencoding=utf-8
set number
set autoindent
set expandtab
set tabstop=4
set shiftwidth=4
set showmode 
set showcmd 
set autochdir
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>
原创粉丝点击