VIM configuration for your use

Source: Internet
Author: User

The main use of pydiction, winManager, taglist, ctags does not seem to work, and more complex is not installed. In fact, VIM is also quite useful, hoping to have more powerful commands!

 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
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.