博客已经搬家,请访问如下地址: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
       vim+linux+ctags+taglist+winmanager+grep+cscope+supertab+visualmark--winmanager

相关文章:

  • 2021-09-28
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2021-07-08
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
相关资源
相似解决方案