<?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>Comments on: 为Vimperator加两段小脚本: wiki搜索和Toggle工具栏</title>
	<atom:link href="http://shellex.info/add-two-script-for-vimperator/feed/" rel="self" type="application/rss+xml" />
	<link>http://shellex.info/add-two-script-for-vimperator/</link>
	<description>Hola, 欢迎来到shellex的部落格</description>
	<lastBuildDate>Fri, 27 Aug 2010 18:29:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shellex</title>
		<link>http://shellex.info/add-two-script-for-vimperator/comment-page-1/#comment-1400</link>
		<dc:creator>shellex</dc:creator>
		<pubDate>Wed, 08 Apr 2009 01:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=853#comment-1400</guid>
		<description>&lt;a href=&quot;#comment-1399&quot; rel=&quot;nofollow&quot;&gt;@falcon&lt;/a&gt;, 
有的时候不一定能准确匹配...</description>
		<content:encoded><![CDATA[<p><a href="#comment-1399" rel="nofollow">@falcon</a>,<br />
有的时候不一定能准确匹配&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: falcon</title>
		<link>http://shellex.info/add-two-script-for-vimperator/comment-page-1/#comment-1399</link>
		<dc:creator>falcon</dc:creator>
		<pubDate>Tue, 07 Apr 2009 17:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=853#comment-1399</guid>
		<description>在win下的配置文件_vimperator加入

set nextpattern=\s*下一页&#124;下一张&#124;下页\s*,\bnext\b,^&gt;$,^(&gt;&gt;&#124;?)$,^(&gt;&#124;?),(&gt;&#124;?)$,\bmore\b
set previouspattern=\s*上一页&#124;上一张&#124;上页\s*,\bprev&#124;previous\b,^&lt;$,^(&lt;&lt;&#124;?)$,^(&lt;&#124;?),(&lt;&#124;?)$ 
 

启动Vimperator没有错误，可是在google搜索结果点击[[或 ]]　并没有能实现自动翻页，弹出以下提示：processing keypress event:SyntaxError: Invalid quantifier ?)$
只有在下面的命令条手动加入这两条语句才能生效，真奇怪。。。。
在Ubuntu下还没有测试。</description>
		<content:encoded><![CDATA[<p>在win下的配置文件_vimperator加入</p>
<p>set nextpattern=\s*下一页|下一张|下页\s*,\bnext\b,^&gt;$,^(&gt;&gt;|?)$,^(&gt;|?),(&gt;|?)$,\bmore\b<br />
set previouspattern=\s*上一页|上一张|上页\s*,\bprev|previous\b,^&lt;$,^(&lt;&lt;|?)$,^(&lt;|?),(&lt;|?)$ </p>
<p>启动Vimperator没有错误，可是在google搜索结果点击[[或 ]]　并没有能实现自动翻页，弹出以下提示：processing keypress event:SyntaxError: Invalid quantifier ?)$<br />
只有在下面的命令条手动加入这两条语句才能生效，真奇怪。。。。<br />
在Ubuntu下还没有测试。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shellex</title>
		<link>http://shellex.info/add-two-script-for-vimperator/comment-page-1/#comment-1242</link>
		<dc:creator>shellex</dc:creator>
		<pubDate>Tue, 24 Mar 2009 06:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=853#comment-1242</guid>
		<description>&lt;a href=&quot;#comment-1239&quot; rel=&quot;nofollow&quot;&gt;@virteman&lt;/a&gt;, 
嗯，需要看google 工具栏的PR和Gmail Notify</description>
		<content:encoded><![CDATA[<p><a href="#comment-1239" rel="nofollow">@virteman</a>,<br />
嗯，需要看google 工具栏的PR和Gmail Notify</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: virteman</title>
		<link>http://shellex.info/add-two-script-for-vimperator/comment-page-1/#comment-1239</link>
		<dc:creator>virteman</dc:creator>
		<pubDate>Tue, 24 Mar 2009 00:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=853#comment-1239</guid>
		<description>当你电脑显示器很小的时候，工具栏成了浪费宝贵荧屏的罪魁祸首。我一直用FF＋vimperator, 用得很好，很少用鼠标的。至于wiki搜索，google搜索我直接是用关键字标记搜索（这是FF3的新特征）。现在我想搜索wiki, T-&gt; 输入w vimperator,这样就行了（其中T是在新标签中打开URL，后面的w是我为wiki搜索设定的关键字标记），根据不需要用到鼠标。而且这段文字是直接在VIM里编辑的（vimperator 的 ctrl+i,调用外部编辑器).</description>
		<content:encoded><![CDATA[<p>当你电脑显示器很小的时候，工具栏成了浪费宝贵荧屏的罪魁祸首。我一直用FF＋vimperator, 用得很好，很少用鼠标的。至于wiki搜索，google搜索我直接是用关键字标记搜索（这是FF3的新特征）。现在我想搜索wiki, T-&gt; 输入w vimperator,这样就行了（其中T是在新标签中打开URL，后面的w是我为wiki搜索设定的关键字标记），根据不需要用到鼠标。而且这段文字是直接在VIM里编辑的（vimperator 的 ctrl+i,调用外部编辑器).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shellex</title>
		<link>http://shellex.info/add-two-script-for-vimperator/comment-page-1/#comment-1199</link>
		<dc:creator>shellex</dc:creator>
		<pubDate>Mon, 16 Mar 2009 01:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=853#comment-1199</guid>
		<description>&lt;a href=&quot;#comment-1196&quot; rel=&quot;nofollow&quot;&gt;@HicroKee&lt;/a&gt;, 
超级爽啊超级爽</description>
		<content:encoded><![CDATA[<p><a href="#comment-1196" rel="nofollow">@HicroKee</a>,<br />
超级爽啊超级爽</p>
]]></content:encoded>
	</item>
</channel>
</rss>
