<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《vi在启动时没有响应问题的解决》的评论</title>
	<atom:link href="http://easwy.com/blog/archives/vim_no_response_when_term_type_is_linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://easwy.com/blog/archives/vim_no_response_when_term_type_is_linux/</link>
	<description>关注Linux, Scala, Android, Java, 开源软件和嵌入式系统</description>
	<lastBuildDate>Tue, 31 Jan 2012 02:52:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>作者：Easwy</title>
		<link>http://easwy.com/blog/archives/vim_no_response_when_term_type_is_linux/#comment-11162</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Tue, 18 Oct 2011 08:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=994#comment-11162</guid>
		<description>&lt;a href=&quot;#comment-11048&quot; rel=&quot;nofollow&quot;&gt;@oldbee &lt;/a&gt; 
应该是那台计算机的gpm有问题，具体原因没有细究。</description>
		<content:encoded><![CDATA[<p><a href="#comment-11048" rel="nofollow">@oldbee </a><br />
应该是那台计算机的gpm有问题，具体原因没有细究。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：oldbee</title>
		<link>http://easwy.com/blog/archives/vim_no_response_when_term_type_is_linux/#comment-11048</link>
		<dc:creator>oldbee</dc:creator>
		<pubDate>Thu, 13 Oct 2011 10:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=994#comment-11048</guid>
		<description>没有遇到过楼主所说的情况，使用的vim7.3 Debian 2.6.34;
set mouse=a 一直使能；无论TERM的值是xterm, linux还是screen，都可以正常使用</description>
		<content:encoded><![CDATA[<p>没有遇到过楼主所说的情况，使用的vim7.3 Debian 2.6.34;<br />
set mouse=a 一直使能；无论TERM的值是xterm, linux还是screen，都可以正常使用</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Mingliang</title>
		<link>http://easwy.com/blog/archives/vim_no_response_when_term_type_is_linux/#comment-2519</link>
		<dc:creator>Mingliang</dc:creator>
		<pubDate>Tue, 20 Apr 2010 07:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=994#comment-2519</guid>
		<description>尽管vim没反应，你还是可以使用ctrl+z进入background模式的，然后
$ for job in `jobs -p`; do kill -9 $job; done
 不用重新登录一个新的session。</description>
		<content:encoded><![CDATA[<p>尽管vim没反应，你还是可以使用ctrl+z进入background模式的，然后<br />
$ for job in `jobs -p`; do kill -9 $job; done<br />
 不用重新登录一个新的session。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：一凡</title>
		<link>http://easwy.com/blog/archives/vim_no_response_when_term_type_is_linux/#comment-2177</link>
		<dc:creator>一凡</dc:creator>
		<pubDate>Sun, 28 Feb 2010 06:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=994#comment-2177</guid>
		<description>有过相同的经历，从6.X升级到7.2后也遇到了这样的问题，通过对vimrc分析和注释后，发现确实是mouse惹的祸，看vim自带的vimrc example中还说这个选项在很多地方很useful，我倒觉得这个非常evil</description>
		<content:encoded><![CDATA[<p>有过相同的经历，从6.X升级到7.2后也遇到了这样的问题，通过对vimrc分析和注释后，发现确实是mouse惹的祸，看vim自带的vimrc example中还说这个选项在很多地方很useful，我倒觉得这个非常evil</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：zz</title>
		<link>http://easwy.com/blog/archives/vim_no_response_when_term_type_is_linux/#comment-1900</link>
		<dc:creator>zz</dc:creator>
		<pubDate>Sat, 30 Jan 2010 01:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=994#comment-1900</guid>
		<description>前一段时间我的FreeBSD上的vim也出现了同样的问题.
然后发现了vim有一个debug模式, 打开之后会把启动时各个步骤花得时间写到log里.
最后通过log调查是在term下作剪贴板相关操作时很花时间.

然后我就把那一行代码注释掉重新编译了...就好了, 一直用到现在.</description>
		<content:encoded><![CDATA[<p>前一段时间我的FreeBSD上的vim也出现了同样的问题.<br />
然后发现了vim有一个debug模式, 打开之后会把启动时各个步骤花得时间写到log里.<br />
最后通过log调查是在term下作剪贴板相关操作时很花时间.</p>
<p>然后我就把那一行代码注释掉重新编译了&#8230;就好了, 一直用到现在.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

