<?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: Kommand &#8211; An AutoHotKey Script that does VIM-Like Text Editing and Window Management</title>
	<atom:link href="http://www.kylirhorton.com/2009/kommand/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kylirhorton.com/2009/kommand/</link>
	<description></description>
	<lastBuildDate>Thu, 08 Jul 2010 22:57:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Kylir</title>
		<link>http://www.kylirhorton.com/2009/kommand/comment-page-1/#comment-1252</link>
		<dc:creator>Kylir</dc:creator>
		<pubDate>Wed, 19 Aug 2009 20:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=133#comment-1252</guid>
		<description>It shouldn&#039;t take too much work to get some of the basic key mappings going, I just need to move things around. I&#039;ll do something over the weekend and put up a new post. We should probably just communicate over email. ;)</description>
		<content:encoded><![CDATA[<p>It shouldn&#8217;t take too much work to get some of the basic key mappings going, I just need to move things around. I&#8217;ll do something over the weekend and put up a new post. We should probably just communicate over email. <img src='http://www.kylirhorton.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.kylirhorton.com/2009/kommand/comment-page-1/#comment-1251</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 19 Aug 2009 19:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=133#comment-1251</guid>
		<description>Looks like the gurus on the mailing list are helping you out, though...

So back to the original discussion:  What&#039;s the prognosis for modifying your script to make it more &quot;Vimpatible&quot;?  (Hey, sounds like a cool name...)  With my overloaded schedule, I don&#039;t want to start on it, if you&#039;re already in the process...</description>
		<content:encoded><![CDATA[<p>Looks like the gurus on the mailing list are helping you out, though&#8230;</p>
<p>So back to the original discussion:  What&#8217;s the prognosis for modifying your script to make it more &#8220;Vimpatible&#8221;?  (Hey, sounds like a cool name&#8230;)  With my overloaded schedule, I don&#8217;t want to start on it, if you&#8217;re already in the process&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kylir</title>
		<link>http://www.kylirhorton.com/2009/kommand/comment-page-1/#comment-1249</link>
		<dc:creator>Kylir</dc:creator>
		<pubDate>Wed, 19 Aug 2009 17:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=133#comment-1249</guid>
		<description>No, unfortunately not. Although I do like his gui and nogui custom command ideas.</description>
		<content:encoded><![CDATA[<p>No, unfortunately not. Although I do like his gui and nogui custom command ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.kylirhorton.com/2009/kommand/comment-page-1/#comment-1248</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 19 Aug 2009 16:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=133#comment-1248</guid>
		<description>Does anything here help: http://kyle.baley.org/CategoryView,category,Tools.aspx</description>
		<content:encoded><![CDATA[<p>Does anything here help: <a href="http://kyle.baley.org/CategoryView,category,Tools.aspx" rel="nofollow">http://kyle.baley.org/CategoryView,category,Tools.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kylir</title>
		<link>http://www.kylirhorton.com/2009/kommand/comment-page-1/#comment-1247</link>
		<dc:creator>Kylir</dc:creator>
		<pubDate>Wed, 19 Aug 2009 14:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=133#comment-1247</guid>
		<description>Last night I took the time to figure out a solution to a number of annoying things with Vimperator and now I&#039;ve got it set up so that it is pretty usable for me, including fixes for the annoying pasting issues I was having.

The only thing I would like to figure out is how to do site-specific key mappings. Since Remember the Milk uses the escape key all over the place, it would be cool if I could do two things:
1. Automatically go into pass-through mode so I can send any keystroke I want. So something like autocmd LocationChange .* :js modes.passAllKeys = /www\.rememberthemilk\.com\/home\/[^/]+\/#section\.tasks/.test(buffer.URL).

2. I need a way to send the escape keystroke while in insert mode and drop back to pass-through mode after sending it. I&#039;ve tried inoremap &lt;Esc&gt; &lt;C-v&gt;&lt;C-[&gt; and inoremap &lt;Esc&gt; &lt;C-v&gt;&lt;Esc&gt;, but they haven&#039;t quite worked right.

Another solution to this whole thing would to have a way to completely disable Vimperator in every way for just Remember the Milk. Anyway, I think I&#039;ll just join the mailing list and ask away.

By the way, I found a way cool extension called jV that enables Vi keybindings inside textareas. If you use it, make sure you put inoremap &lt;Esc&gt; &lt;C-v&gt;&lt;C-[&gt; into your vimperatorrc file, which will solve Escape conflicts between Vimperator and jV in textareas.</description>
		<content:encoded><![CDATA[<p>Last night I took the time to figure out a solution to a number of annoying things with Vimperator and now I&#8217;ve got it set up so that it is pretty usable for me, including fixes for the annoying pasting issues I was having.</p>
<p>The only thing I would like to figure out is how to do site-specific key mappings. Since Remember the Milk uses the escape key all over the place, it would be cool if I could do two things:<br />
1. Automatically go into pass-through mode so I can send any keystroke I want. So something like autocmd LocationChange .* :js modes.passAllKeys = /www\.rememberthemilk\.com\/home\/[^/]+\/#section\.tasks/.test(buffer.URL).</p>
<p>2. I need a way to send the escape keystroke while in insert mode and drop back to pass-through mode after sending it. I&#8217;ve tried inoremap <esc> <c -v></c><c -[> and inoremap <esc> <c -v><esc>, but they haven&#8217;t quite worked right.</p>
<p>Another solution to this whole thing would to have a way to completely disable Vimperator in every way for just Remember the Milk. Anyway, I think I&#8217;ll just join the mailing list and ask away.</p>
<p>By the way, I found a way cool extension called jV that enables Vi keybindings inside textareas. If you use it, make sure you put inoremap </esc><esc> <c -v></c><c -[> into your vimperatorrc file, which will solve Escape conflicts between Vimperator and jV in textareas.</c></esc></c></esc></c></esc></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.kylirhorton.com/2009/kommand/comment-page-1/#comment-1245</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 19 Aug 2009 13:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=133#comment-1245</guid>
		<description>Hmmmm - I think that&#039;s beyond the scope of my knowledge at this point, too.  However, I&#039;m SURE somebody on the vimperator@mozdev.org mailing list would know.  Are you subscribed to that list?  Or I could ask the questions in your behalf...</description>
		<content:encoded><![CDATA[<p>Hmmmm &#8211; I think that&#8217;s beyond the scope of my knowledge at this point, too.  However, I&#8217;m SURE somebody on the <a href="mailto:vimperator@mozdev.org">vimperator@mozdev.org</a> mailing list would know.  Are you subscribed to that list?  Or I could ask the questions in your behalf&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kylir</title>
		<link>http://www.kylirhorton.com/2009/kommand/comment-page-1/#comment-1239</link>
		<dc:creator>Kylir</dc:creator>
		<pubDate>Tue, 18 Aug 2009 12:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=133#comment-1239</guid>
		<description>I actually already knew about the autocmd LocationChange thing. For me, it only partially works. The only problem with it is that escape still pulls me out of pass through mode and I use escape pretty heavily on Remember the Milk. Is there a way to override keystrokes for specific sites?

When I say paste, I mean pasting into text boxes mostly. It is okay that I have to press ctrl+v twice for normal places, but when I&#039;m in that pass-through mode, things go all crazy. It seems like either pasting is disabled or it&#039;ll take me out of pass-through. Sometimes something will happen with Vimperator and I end up having to restart Firefox completely. It would be nice to remap ctrl+v when I&#039;m in pass through + insert mode to be normal ctrl+v. Do you know what I mean?</description>
		<content:encoded><![CDATA[<p>I actually already knew about the autocmd LocationChange thing. For me, it only partially works. The only problem with it is that escape still pulls me out of pass through mode and I use escape pretty heavily on Remember the Milk. Is there a way to override keystrokes for specific sites?</p>
<p>When I say paste, I mean pasting into text boxes mostly. It is okay that I have to press ctrl+v twice for normal places, but when I&#8217;m in that pass-through mode, things go all crazy. It seems like either pasting is disabled or it&#8217;ll take me out of pass-through. Sometimes something will happen with Vimperator and I end up having to restart Firefox completely. It would be nice to remap ctrl+v when I&#8217;m in pass through + insert mode to be normal ctrl+v. Do you know what I mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.kylirhorton.com/2009/kommand/comment-page-1/#comment-1235</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 17 Aug 2009 18:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=133#comment-1235</guid>
		<description>As for the keystroke conflicts, I stole this line from somebody:

:autocmd LocationChange .* :js modes.passAllKeys = /mail\.google\.com&#124;www\.google\.com\/reader\/view/.test(buffer.URL)

If you put it in your vimperatorrc file, it&#039;ll disable Vimperator&#039;s keystrokes when you&#039;re in a tab with google mail or google reader in the url.

Can you elaborate a little more on the copy/paste problem?  I&#039;m sure there&#039;s a way around it...</description>
		<content:encoded><![CDATA[<p>As for the keystroke conflicts, I stole this line from somebody:</p>
<p>:autocmd LocationChange .* :js modes.passAllKeys = /mail\.google\.com|www\.google\.com\/reader\/view/.test(buffer.URL)</p>
<p>If you put it in your vimperatorrc file, it&#8217;ll disable Vimperator&#8217;s keystrokes when you&#8217;re in a tab with google mail or google reader in the url.</p>
<p>Can you elaborate a little more on the copy/paste problem?  I&#8217;m sure there&#8217;s a way around it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kylir</title>
		<link>http://www.kylirhorton.com/2009/kommand/comment-page-1/#comment-1234</link>
		<dc:creator>Kylir</dc:creator>
		<pubDate>Mon, 17 Aug 2009 16:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=133#comment-1234</guid>
		<description>Haha, nice. I&#039;m also using Vimperator and ViEmu, although I&#039;m more of a newbie at it all. I started using ViEmu shortly after I released Kommand and I was thinking the same idea. Well, I will definitely get something together and update Kommand sometime when I get a chance.

One thing about Vimperator that drives me nuts is how it conflicts with keystrokes on some sites, like Remember the Milk and Gmail. I also hate pasting with it, as I&#039;ll often paste content from outside Firefox. Do you have any suggestions on getting around those annoyances?</description>
		<content:encoded><![CDATA[<p>Haha, nice. I&#8217;m also using Vimperator and ViEmu, although I&#8217;m more of a newbie at it all. I started using ViEmu shortly after I released Kommand and I was thinking the same idea. Well, I will definitely get something together and update Kommand sometime when I get a chance.</p>
<p>One thing about Vimperator that drives me nuts is how it conflicts with keystrokes on some sites, like Remember the Milk and Gmail. I also hate pasting with it, as I&#8217;ll often paste content from outside Firefox. Do you have any suggestions on getting around those annoyances?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.kylirhorton.com/2009/kommand/comment-page-1/#comment-1233</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 17 Aug 2009 15:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=133#comment-1233</guid>
		<description>Well, it&#039;s very interesting that you ask that, because I was planning on doing just that myself.  I really like the idea of having them mirror VIM as much as possible - there&#039;s nothing like having a common interface.  I&#039;ve been using Vimperator for Firefox for almost a year now and I&#039;d hate to think how much slower I&#039;d be without it.  Obviously, you can&#039;t have a browser interface EXACTLY match Vim&#039;s keystrokes, but they&#039;ve done an incredible job of making them match every place it makes sense.  And the same goes for ViEmu for Visual Studio, which I also use habitually, and wouldn&#039;t want to do without.  I&#039;d love to see the same thing in a more generic Windows interface, like Kommand.  So, short answer:  I think it&#039;s a fantastic idea!</description>
		<content:encoded><![CDATA[<p>Well, it&#8217;s very interesting that you ask that, because I was planning on doing just that myself.  I really like the idea of having them mirror VIM as much as possible &#8211; there&#8217;s nothing like having a common interface.  I&#8217;ve been using Vimperator for Firefox for almost a year now and I&#8217;d hate to think how much slower I&#8217;d be without it.  Obviously, you can&#8217;t have a browser interface EXACTLY match Vim&#8217;s keystrokes, but they&#8217;ve done an incredible job of making them match every place it makes sense.  And the same goes for ViEmu for Visual Studio, which I also use habitually, and wouldn&#8217;t want to do without.  I&#8217;d love to see the same thing in a more generic Windows interface, like Kommand.  So, short answer:  I think it&#8217;s a fantastic idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kylir</title>
		<link>http://www.kylirhorton.com/2009/kommand/comment-page-1/#comment-1232</link>
		<dc:creator>Kylir</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=133#comment-1232</guid>
		<description>I am still updating it, although this version should be stable enough to use as-is. I really like the concept of Kommand, but I may change it up a bit and make the keybindings mirror exactly those of VIM. What would you think of that? (Right now the keybindings are quite different from VIM, although I think Kommand is easier to pick up than VIM.)</description>
		<content:encoded><![CDATA[<p>I am still updating it, although this version should be stable enough to use as-is. I really like the concept of Kommand, but I may change it up a bit and make the keybindings mirror exactly those of VIM. What would you think of that? (Right now the keybindings are quite different from VIM, although I think Kommand is easier to pick up than VIM.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.kylirhorton.com/2009/kommand/comment-page-1/#comment-1231</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=133#comment-1231</guid>
		<description>I&#039;m very interested in Kommand - are you still updating it, or have you found it to be stable enough for use as it is?  Thanks!!!</description>
		<content:encoded><![CDATA[<p>I&#8217;m very interested in Kommand &#8211; are you still updating it, or have you found it to be stable enough for use as it is?  Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kylir</title>
		<link>http://www.kylirhorton.com/2009/kommand/comment-page-1/#comment-1116</link>
		<dc:creator>Kylir</dc:creator>
		<pubDate>Thu, 16 Jul 2009 17:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=133#comment-1116</guid>
		<description>PS - What happened to fielz?</description>
		<content:encoded><![CDATA[<p>PS &#8211; What happened to fielz?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kylir</title>
		<link>http://www.kylirhorton.com/2009/kommand/comment-page-1/#comment-1115</link>
		<dc:creator>Kylir</dc:creator>
		<pubDate>Thu, 16 Jul 2009 17:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=133#comment-1115</guid>
		<description>It&#039;s all about saving time so you can waste time on things like Vegas and fried chick-un.</description>
		<content:encoded><![CDATA[<p>It&#8217;s all about saving time so you can waste time on things like Vegas and fried chick-un.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Malone</title>
		<link>http://www.kylirhorton.com/2009/kommand/comment-page-1/#comment-1112</link>
		<dc:creator>Karl Malone</dc:creator>
		<pubDate>Wed, 15 Jul 2009 17:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=133#comment-1112</guid>
		<description>I want to be a computer ninja!!  But i find that if i take more time using the mouse and keyboard, i can waste more company time and money!!!

j/k

I had the program installed on one of my laptops, and it did help out a lot. great post!</description>
		<content:encoded><![CDATA[<p>I want to be a computer ninja!!  But i find that if i take more time using the mouse and keyboard, i can waste more company time and money!!!</p>
<p>j/k</p>
<p>I had the program installed on one of my laptops, and it did help out a lot. great post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
