<?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/vim使用技巧: 替换的巧妙使用(1)</title>
	<atom:link href="http://easwy.com/blog/archives/vim-tips-advanced-substitute-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://easwy.com/blog/archives/vim-tips-advanced-substitute-1/</link>
	<description>关注Linux, Java, 开源软件和嵌入式系统</description>
	<lastBuildDate>Thu, 11 Mar 2010 01:08:13 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：Easwy</title>
		<link>http://easwy.com/blog/archives/vim-tips-advanced-substitute-1/#comment-246</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Fri, 10 Apr 2009 02:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=274#comment-246</guid>
		<description>&lt;a href=&quot;#comment-244&quot; rel=&quot;nofollow&quot;&gt;@karl&lt;/a&gt; 
我现在还没有这个计划。
对已经对vim有所掌握的人来说，他应该已经学会了通过vim手册来提升自己的vim使用能力，所以我觉得写这类文章的必要性不大，除非有更多的人有这种需求。
我现在想写的是vim使用入门系列的文章，很多刚接触Linux的人，第一个使用的编辑器就是vim，但真正坚持下来并喜爱上vim的，我相信只是非常少的一部分。原因很简单，一是对只有Windows背景的人来说，vim的工作方式是他们不能理解的；二是vim的学习曲线太陡峭，要记忆很多东西，对“惜时如金”的现代人来说是无法接受的。
我希望做的，就是让vim的初用者更快的适应vim环境，能够接受vim的哲学并喜欢上vim，只有这样，才更有利于vim用户群的培养，才能更好的使vim推广开来。
也希望能有更多的vim用户参与到这一进程中。</description>
		<content:encoded><![CDATA[<p><a href="#comment-244" rel="nofollow">@karl</a><br />
我现在还没有这个计划。<br />
对已经对vim有所掌握的人来说，他应该已经学会了通过vim手册来提升自己的vim使用能力，所以我觉得写这类文章的必要性不大，除非有更多的人有这种需求。<br />
我现在想写的是vim使用入门系列的文章，很多刚接触Linux的人，第一个使用的编辑器就是vim，但真正坚持下来并喜爱上vim的，我相信只是非常少的一部分。原因很简单，一是对只有Windows背景的人来说，vim的工作方式是他们不能理解的；二是vim的学习曲线太陡峭，要记忆很多东西，对“惜时如金”的现代人来说是无法接受的。<br />
我希望做的，就是让vim的初用者更快的适应vim环境，能够接受vim的哲学并喜欢上vim，只有这样，才更有利于vim用户群的培养，才能更好的使vim推广开来。<br />
也希望能有更多的vim用户参与到这一进程中。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：karl</title>
		<link>http://easwy.com/blog/archives/vim-tips-advanced-substitute-1/#comment-244</link>
		<dc:creator>karl</dc:creator>
		<pubDate>Thu, 09 Apr 2009 16:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=274#comment-244</guid>
		<description>好的，谢谢

你的系列文件是不是再写两篇关于vim脚本的？－－先写点简单的：关于脚本的编写，调用时怎么传参等。。。</description>
		<content:encoded><![CDATA[<p>好的，谢谢</p>
<p>你的系列文件是不是再写两篇关于vim脚本的？－－先写点简单的：关于脚本的编写，调用时怎么传参等。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Easwy</title>
		<link>http://easwy.com/blog/archives/vim-tips-advanced-substitute-1/#comment-242</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Thu, 09 Apr 2009 04:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=274#comment-242</guid>
		<description>&lt;a href=&quot;#comment-241&quot; rel=&quot;nofollow&quot;&gt;@karl&lt;/a&gt; 
先查找这个模式，然后用&quot;15n&quot;，向下查找第15次出现的地方
如果写正则表达式，不知道能不能实现，即使能实现，也会很复杂的说</description>
		<content:encoded><![CDATA[<p><a href="#comment-241" rel="nofollow">@karl</a><br />
先查找这个模式，然后用&#8221;15n&#8221;，向下查找第15次出现的地方<br />
如果写正则表达式，不知道能不能实现，即使能实现，也会很复杂的说</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：karl</title>
		<link>http://easwy.com/blog/archives/vim-tips-advanced-substitute-1/#comment-241</link>
		<dc:creator>karl</dc:creator>
		<pubDate>Thu, 09 Apr 2009 03:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=274#comment-241</guid>
		<description>再请教个问题：我想查找某个模式出现第n次的地方，除了写命令，有没有方便的方法。我现在用let..while 查找，每次要敲四五行的命令很不方便</description>
		<content:encoded><![CDATA[<p>再请教个问题：我想查找某个模式出现第n次的地方，除了写命令，有没有方便的方法。我现在用let..while 查找，每次要敲四五行的命令很不方便</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：karl</title>
		<link>http://easwy.com/blog/archives/vim-tips-advanced-substitute-1/#comment-181</link>
		<dc:creator>karl</dc:creator>
		<pubDate>Sat, 28 Mar 2009 09:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=274#comment-181</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-177&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-177&quot; rel=&quot;nofollow&quot;&gt;Easwy &lt;/a&gt; :&lt;/strong&gt;&lt;a href=&quot;#comment-174&quot; rel=&quot;nofollow&quot;&gt;@karl&lt;/A&gt;试试把”$”字符加到iskeyword选项里，例如：:au FileType javascript setl isk=”@,48-57,_,192-255,$”&lt;/blockquote&gt;

好！！ 可以</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-177"><p>
<strong><a href="#comment-177" rel="nofollow">Easwy </a> :</strong><a href="#comment-174" rel="nofollow">@karl</a>试试把”$”字符加到iskeyword选项里，例如：:au FileType javascript setl isk=”@,48-57,_,192-255,$”</p></blockquote>
<p>好！！ 可以</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Easwy</title>
		<link>http://easwy.com/blog/archives/vim-tips-advanced-substitute-1/#comment-177</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Fri, 27 Mar 2009 02:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=274#comment-177</guid>
		<description>&lt;a href=&quot;#comment-174&quot; rel=&quot;nofollow&quot;&gt;@karl&lt;/a&gt; 
试试把&quot;$&quot;字符加到iskeyword选项里，例如：
:au FileType javascript setl isk=&quot;@,48-57,_,192-255,$&quot;</description>
		<content:encoded><![CDATA[<p><a href="#comment-174" rel="nofollow">@karl</a><br />
试试把&#8221;$&#8221;字符加到iskeyword选项里，例如：<br />
:au FileType javascript setl isk=&#8221;@,48-57,_,192-255,$&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：karl</title>
		<link>http://easwy.com/blog/archives/vim-tips-advanced-substitute-1/#comment-174</link>
		<dc:creator>karl</dc:creator>
		<pubDate>Thu, 26 Mar 2009 13:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=274#comment-174</guid>
		<description>那天晚上后来就试成功了。。。呵。。。折腾了一会儿。。。
BTW：请教一下：我现在遇到一个问题就是：vi看代码的时候想找一个快速搜索的方法：
比如：看javascript的代码：
其中有一个goog$array$contains,我想在文件上下文中找这个变量，有没有快速的方法？如果单是其中的一个那么按个＊或＃就行了，现是想goog$array$contains怎个查找，除了在未行输入：/goog\$array\$contains之外，在可视模式下，选上这个goog$array$contains的话有没有可以快速查找的方法？</description>
		<content:encoded><![CDATA[<p>那天晚上后来就试成功了。。。呵。。。折腾了一会儿。。。<br />
BTW：请教一下：我现在遇到一个问题就是：vi看代码的时候想找一个快速搜索的方法：<br />
比如：看javascript的代码：<br />
其中有一个goog$array$contains,我想在文件上下文中找这个变量，有没有快速的方法？如果单是其中的一个那么按个＊或＃就行了，现是想goog$array$contains怎个查找，除了在未行输入：/goog\$array\$contains之外，在可视模式下，选上这个goog$array$contains的话有没有可以快速查找的方法？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Easwy</title>
		<link>http://easwy.com/blog/archives/vim-tips-advanced-substitute-1/#comment-139</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Mon, 23 Mar 2009 05:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=274#comment-139</guid>
		<description>&lt;a href=&quot;#comment-136&quot; rel=&quot;nofollow&quot;&gt;@karl&lt;/a&gt; 
文章已经更新，再试一下文章中的命令。</description>
		<content:encoded><![CDATA[<p><a href="#comment-136" rel="nofollow">@karl</a><br />
文章已经更新，再试一下文章中的命令。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Easwy</title>
		<link>http://easwy.com/blog/archives/vim-tips-advanced-substitute-1/#comment-138</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Mon, 23 Mar 2009 02:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=274#comment-138</guid>
		<description>&lt;a href=&quot;#comment-136&quot; rel=&quot;nofollow&quot;&gt;@karl&lt;/a&gt; 
这篇文章从CSDN转过来的时候，所有的&quot;\&quot;都被过滤掉了
今天空闲时我更新一下</description>
		<content:encoded><![CDATA[<p><a href="#comment-136" rel="nofollow">@karl</a><br />
这篇文章从CSDN转过来的时候，所有的&#8221;\&#8221;都被过滤掉了<br />
今天空闲时我更新一下</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：karl</title>
		<link>http://easwy.com/blog/archives/vim-tips-advanced-substitute-1/#comment-136</link>
		<dc:creator>karl</dc:creator>
		<pubDate>Sun, 22 Mar 2009 15:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=274#comment-136</guid>
		<description>提示找不到模式BIT_MASK_zsd*ze是为什么？</description>
		<content:encoded><![CDATA[<p>提示找不到模式BIT_MASK_zsd*ze是为什么？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
