登录 注册
当前位置:主页 > 资源下载 > 31 > 设置GVIM的IDE界面

设置GVIM的IDE界面

  • 更新:2024-11-21 08:53:44
  • 大小:579KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Linux - 操作系统
  • 格式:GZ

资源介绍

很多人都配置过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