资源介绍
很多人都配置过IDE的界面配置吧? 主要就是c-tag和winmanager等,附件的东西放到home的.vim/目录下,同时vimrc中加入如下,按wm即可打开IDE界面:
" Setup plugin 'winmanager'
"--------------------------------------------------------------------------------
let g:winManagerWindowLayout='FileExplorer|TagList'
let g:persistentBehaviour=1
let g:winManagerWidth=30
let g:defaultExplorer=1
nmap f :FirstExplorerWindow
nmap t :BottomExplorerWindow
nmap b :BufExplorer
nmap e l
map wm : WMToggle