知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

vim启动无比慢的解决方法

发布时间:2014-09-05 15:52:42作者:知识屋


vim启动无比慢的解决方法
 
最近gentoo上的vim启动无比慢,可以使用多次的Ctrl+C来加快。 
 
通过 :help slow-start 的说明 
  www.zhishiwu.com  
If Vim takes a long time to start up, use the --startuptime argument to find 
out what happens.  There are a few common causes: 
 
- If the Unix version was compiled with the GUI and/or X11 (check the output 
  of ":version" for "+GUI" and "+X11"), it may need to load shared libraries 
  and connect to the X11 server.  Try compiling a version with GUI and X11 
  disabled.  This also should make the executable smaller. 
 
  Use the -X command line argument to avoid connecting to the X server when 
  running in a terminal.   www.zhishiwu.com  
 
果断把本地的Xmanager启动起来,vi果然地快了。 
 
在/etc/portage目录下创建了pakcage.use文件,加上 
app-editors/vim -X 
 
重新编译安装vim后,vim就不管X了。
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜