winmanager插件使用:
1 下載:http://www.vim.org/scripts/script.php?script_id=95
2 解壓:unzip -n winmanager -d winmanager.zip
3 複製:sudo cp ./winmanager/doc/* /usr/share/vim/vim70/doc/
sudo cp ./winmanager/plugin/* /usr/share/vim/vim70/plugin/
4 幫助::help winmanager
5 使用:
如今在你的~/.vimrc中增長下面兩句
let g:winManagerWindowLayout='FileExplorer|TagList'
nmap wm :WMToggle<cr>
而後重啓vim, 打開~/src/vim71/src/main.c
php