<?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: Vim shortcuts in the browser using Vimperator</title>
	<atom:link href="http://blog.paulbetts.org/index.php/2007/08/01/vim-shortcuts-in-the-browser-using-vimperator/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.paulbetts.org/index.php/2007/08/01/vim-shortcuts-in-the-browser-using-vimperator/</link>
	<description>Paul Betts's personal website / blog / what-have-you</description>
	<lastBuildDate>Wed, 26 May 2010 09:57:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Paul Betts</title>
		<link>http://blog.paulbetts.org/index.php/2007/08/01/vim-shortcuts-in-the-browser-using-vimperator/comment-page-1/#comment-8373</link>
		<dc:creator>Paul Betts</dc:creator>
		<pubDate>Sun, 27 Apr 2008 05:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulbetts.org/index.php/2007/08/01/vim-shortcuts-in-the-browser-using-vimperator/#comment-8373</guid>
		<description>@artagnon: Actually at the time, it wasn&#039;t supported - they added it in a more recent version.</description>
		<content:encoded><![CDATA[<p>@artagnon: Actually at the time, it wasn&#8217;t supported &#8211; they added it in a more recent version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: artagnon</title>
		<link>http://blog.paulbetts.org/index.php/2007/08/01/vim-shortcuts-in-the-browser-using-vimperator/comment-page-1/#comment-8332</link>
		<dc:creator>artagnon</dc:creator>
		<pubDate>Thu, 24 Apr 2008 07:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulbetts.org/index.php/2007/08/01/vim-shortcuts-in-the-browser-using-vimperator/#comment-8332</guid>
		<description>&gt; :open doesnâ€™t work with keyword shortcuts

Firstly, that isn&#039;t a bug. You&#039;re just not using it right. Move out all your searchplugin xml files from your /usr/share/firefox/searchplugins (*NIX) or Program Files directory (Winblows) to your ~/.mozilla/profiles//searchplugins and edit all of them by hand to include an . If the alias is wp for wikipedia :o wp Adolf Hitler opens that wikipedia page perfectly fine.

&gt; because I use other toolbar buttons like the del.icio.us bookmark button

Oh, you can avoid that too. Just create a new bookmark and fill some code in the place of location (listed below). Put in foo in the &#039;keyword&#039; box and :o foo  to bookmark the current page with the tags .

javascript:e=%22%22+(window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text);void(delicious = open(&#039;https://api.del.icio.us/v1/posts/add?description=&#039;+encodeURIComponent(document.title)+&#039;&amp;extended=&#039;+encodeURIComponent(e).replace(/ /g, %22+%22)+&#039;&amp;tags=%s&#039;+&#039;&amp;url=&#039;+encodeURIComponent(window.location.href),delicious&#039;,&#039;toolbar=no,width=500,height=150&#039;),setTimeout(&#039;delicious.close()&#039;,5000))</description>
		<content:encoded><![CDATA[<p>&gt; <img src='http://blog.paulbetts.org/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> pen doesnâ€™t work with keyword shortcuts</p>
<p>Firstly, that isn&#8217;t a bug. You&#8217;re just not using it right. Move out all your searchplugin xml files from your /usr/share/firefox/searchplugins (*NIX) or Program Files directory (Winblows) to your ~/.mozilla/profiles//searchplugins and edit all of them by hand to include an . If the alias is wp for wikipedia <img src='http://blog.paulbetts.org/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' />  wp Adolf Hitler opens that wikipedia page perfectly fine.</p>
<p>&gt; because I use other toolbar buttons like the del.icio.us bookmark button</p>
<p>Oh, you can avoid that too. Just create a new bookmark and fill some code in the place of location (listed below). Put in foo in the &#8216;keyword&#8217; box and <img src='http://blog.paulbetts.org/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' />  foo  to bookmark the current page with the tags .</p>
<p>javascript:e=%22%22+(window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text);void(delicious = open(&#8216;https://api.del.icio.us/v1/posts/add?description=&#8217;+encodeURIComponent(document.title)+&#8217;&amp;extended=&#8217;+encodeURIComponent(e).replace(/ /g, %22+%22)+&#8217;&amp;tags=%s&#8217;+'&amp;url=&#8217;+encodeURIComponent(window.location.href),delicious&#8217;,'toolbar=no,width=500,height=150&#8242;),setTimeout(&#8216;delicious.close()&#8217;,5000))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tejaswi</title>
		<link>http://blog.paulbetts.org/index.php/2007/08/01/vim-shortcuts-in-the-browser-using-vimperator/comment-page-1/#comment-8250</link>
		<dc:creator>Tejaswi</dc:creator>
		<pubDate>Thu, 17 Apr 2008 05:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulbetts.org/index.php/2007/08/01/vim-shortcuts-in-the-browser-using-vimperator/#comment-8250</guid>
		<description>Hi
You can use that keyword shortcut with :o wp test</description>
		<content:encoded><![CDATA[<p>Hi<br />
You can use that keyword shortcut with <img src='http://blog.paulbetts.org/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' />  wp test</p>
]]></content:encoded>
	</item>
</channel>
</rss>

