vim配置备忘:
$cat .vimrc
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set autoindent
"set mouse=a
set hls
set nu
syntax on
filetype plugin on
let g:pydiction_location = ‘~/.vim/bundle/pydiction/complete-dict‘
let g:pydiction_menu_height = 3
"-- Taglist setting --
let Tlist_Auto_Highlight_Tag=1
"let Tlist_Auto_Open=1
let Tlist_Auto_Update=1
let Tlist_Use_Right_Window=1
let Tlist_Exit_OnlyWindow=1
本文出自 “银凯的博客” 博客,请务必保留此出处http://yinkai.blog.51cto.com/3813923/1717754
原文:http://yinkai.blog.51cto.com/3813923/1717754