vim+linux+ctags+taglist+winmanager+grep+cscope+supertab+visualmark--winmanager

博客已经搬家,请访问如下地址:http://www.czhphp.com

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
      

posted @ 2009-11-21 16:05  曹振华  阅读(1290)  评论(0编辑  收藏  举报