自用VIM配置

來源:互聯網
上載者:User

主要用了pydiction,winManager,taglist,ctags似乎沒有起作用,更複雜的也沒有裝。其實VIM也挺好用的,希望可以掌握更多強大的命令!

 1 set number 2 colo darkblue 3 set nocp 4 set ru 5 set hls 6 syntax on 7 set backspace=indent,eol,start 8 set whichwrap=b,s,<,>,[,] 9 set fileencodings=utf-8,gbk10 set ambiwidth=double11 set smartindent12 set mouse=a13 set encoding=cp93614 set sw=415 set ts=416 set sm17 set cin18 set mousemodel=popup19 20 filetype plugin indent on21 set completeopt=longest,menu22 set wildmenu23 autocmd FileType python set omnifunc=pythoncomplete#Complete24 set ofu=syntaxcomplete#Complete25 imap <silent> ` <C-X><C-O>26 "taglist27 let Tlist_Show_One_File=128 let Tlist_Exit_OnlyWindow=129 30 "pydiction31 let g:pydiction_location='C:\Program Files (x86)\vim73\ftplugin\complete-dict'32 33 "WinManager34 let g:winManagerWindowLayout='FileExplorer'35 nmap wm :WMToggle<cr>36 37 let g:miniBufExplMapWindowNavVim = 1 38 let g:miniBufExplMapWindowNavArrows = 1 39 let g:miniBufExplMapCTabSwitchBufs = 1 40 let g:miniBufExplModSelTarget = 1
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.