<?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: Five ways to get insane productivity boosts</title>
	<atom:link href="http://yanpritzker.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/feed/" rel="self" type="application/rss+xml" />
	<link>http://yanpritzker.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/</link>
	<description>photographer, entrepreneur, software engineer, musician, skier</description>
	<lastBuildDate>Tue, 07 Sep 2010 15:00:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeanie Beasley</title>
		<link>http://yanpritzker.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/comment-page-1/#comment-16547</link>
		<dc:creator>Jeanie Beasley</dc:creator>
		<pubDate>Thu, 13 Nov 2008 03:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/#comment-16547</guid>
		<description>p3ijlkfbj0a1zni1</description>
		<content:encoded><![CDATA[<p>p3ijlkfbj0a1zni1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wtpuxtldif</title>
		<link>http://yanpritzker.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/comment-page-1/#comment-4805</link>
		<dc:creator>wtpuxtldif</dc:creator>
		<pubDate>Thu, 24 May 2007 16:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/#comment-4805</guid>
		<description>&lt;a href=&quot;http://tlpuzxhz.com&quot; rel=&quot;nofollow&quot;&gt;rhaeyl&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://tlpuzxhz.com" rel="nofollow">rhaeyl</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2006-10-13</title>
		<link>http://yanpritzker.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/comment-page-1/#comment-960</link>
		<dc:creator>links for 2006-10-13</dc:creator>
		<pubDate>Fri, 13 Oct 2006 01:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/#comment-960</guid>
		<description>[...] Five ways to get insane productivity boosts (tags: gtd code arbeit) [...]</description>
		<content:encoded><![CDATA[<p>[...] Five ways to get insane productivity boosts (tags: gtd code arbeit) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://yanpritzker.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/comment-page-1/#comment-395</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 06 Oct 2006 03:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/#comment-395</guid>
		<description>Crap. Er, let&#039;s try that again....

:imap &lt;C-I&gt; &lt;Esc&gt; :w!&lt;CR&gt;a

Bloody HTML. :)</description>
		<content:encoded><![CDATA[<p>Crap. Er, let&#8217;s try that again&#8230;.</p>
<p>:imap &lt;C-I&gt; &lt;Esc&gt; :w!&lt;CR&gt;a</p>
<p>Bloody HTML. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://yanpritzker.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/comment-page-1/#comment-394</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 06 Oct 2006 03:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/#comment-394</guid>
		<description>@John:

You can remap things in Vim (as yan suggested). For example, one partial &quot;solution&quot;(?) to your saving issue that I just tried out is the following:

:imap  :w!a

Then, in insert mode at least, a quick control-I will save.

If you&#039;re using gvim, you should be able to replace C-I with C-S, which will give you exactly what you wanted (in insert mode). The only reason you can&#039;t use control-S on a Unix terminal is because control-S by default maps to &quot;stop&quot;, which freezes terminal input (this can probably be disabled, but I know not how).

Try :help map  for more information. And there is almost certainly a better solution than the above, something that also works in command mode. The above was just a quick hack. :)</description>
		<content:encoded><![CDATA[<p>@John:</p>
<p>You can remap things in Vim (as yan suggested). For example, one partial &#8220;solution&#8221;(?) to your saving issue that I just tried out is the following:</p>
<p>:imap  :w!a</p>
<p>Then, in insert mode at least, a quick control-I will save.</p>
<p>If you&#8217;re using gvim, you should be able to replace C-I with C-S, which will give you exactly what you wanted (in insert mode). The only reason you can&#8217;t use control-S on a Unix terminal is because control-S by default maps to &#8220;stop&#8221;, which freezes terminal input (this can probably be disabled, but I know not how).</p>
<p>Try :help map  for more information. And there is almost certainly a better solution than the above, something that also works in command mode. The above was just a quick hack. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yan</title>
		<link>http://yanpritzker.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/comment-page-1/#comment-382</link>
		<dc:creator>yan</dc:creator>
		<pubDate>Thu, 05 Oct 2006 20:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/#comment-382</guid>
		<description>I use a kinesis keyboard so actually Ctr [ is pretty comfortable to type because it involves a thumb and a ring finger and you don&#039;t really leave the homerow position. Another good subsitute is Ctrl J if you have Ctrl mapped in the Caps Lock position because it involves all homerow. I&#039;ve actually mapped Ctrl J to completion in TextMate because TM&#039;s use of Esc for completion is a terrible choice, just like vi.

I do agree though that saving the file is annoying. of course you can remap a shortcut to do that if you want...but I agree that it&#039;s a poorly thought out procedure in vi.</description>
		<content:encoded><![CDATA[<p>I use a kinesis keyboard so actually Ctr [ is pretty comfortable to type because it involves a thumb and a ring finger and you don&#8217;t really leave the homerow position. Another good subsitute is Ctrl J if you have Ctrl mapped in the Caps Lock position because it involves all homerow. I&#8217;ve actually mapped Ctrl J to completion in TextMate because TM&#8217;s use of Esc for completion is a terrible choice, just like vi.</p>
<p>I do agree though that saving the file is annoying. of course you can remap a shortcut to do that if you want&#8230;but I agree that it&#8217;s a poorly thought out procedure in vi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://yanpritzker.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/comment-page-1/#comment-381</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 05 Oct 2006 20:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/#comment-381</guid>
		<description>The thing I&#039;ve always hated about vim (though I always use it often) is that the most frequent thing I do takes way too much effort.  If I&#039;m typing along and want to save the file and keep typing, I have to type ESC, Shift, ;, w, Enter, i.  That&#039;s six keystrokes, and for one of them (ESC) I have to pick up my hand and move my whole forearm to reach it.  CTRL-S takes 1/3 of the keystrokes, and even Emacs&#039; CTRL-X-S takes 1/2.  Since I do this every minute or two when I&#039;m editing a file, it&#039;s super annoying.  Then you have the related and more general problem that ESC is a commonly used key and it&#039;s far away from the home keys.  Vi might have been developed for the ADM3A keyboard layout, but it&#039;s been a long time since almost any programmer has typed on one.  And please forgive me if I don&#039;t see replacing one keystroke with two as you suggest as a good solution to the problem.</description>
		<content:encoded><![CDATA[<p>The thing I&#8217;ve always hated about vim (though I always use it often) is that the most frequent thing I do takes way too much effort.  If I&#8217;m typing along and want to save the file and keep typing, I have to type ESC, Shift, ;, w, Enter, i.  That&#8217;s six keystrokes, and for one of them (ESC) I have to pick up my hand and move my whole forearm to reach it.  CTRL-S takes 1/3 of the keystrokes, and even Emacs&#8217; CTRL-X-S takes 1/2.  Since I do this every minute or two when I&#8217;m editing a file, it&#8217;s super annoying.  Then you have the related and more general problem that ESC is a commonly used key and it&#8217;s far away from the home keys.  Vi might have been developed for the ADM3A keyboard layout, but it&#8217;s been a long time since almost any programmer has typed on one.  And please forgive me if I don&#8217;t see replacing one keystroke with two as you suggest as a good solution to the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yan</title>
		<link>http://yanpritzker.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/comment-page-1/#comment-362</link>
		<dc:creator>yan</dc:creator>
		<pubDate>Thu, 05 Oct 2006 16:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/#comment-362</guid>
		<description>Dunno, vi binding is mostly mnemonic, while dvorak binding means remapping a whole bunch of keys in a non-predictable fashion...

I also use one of those Kinesis Contoured keyboard which did wonders for my wrists which were starting to hurt. I also find out of laptops, Apple keyboards (at least on the iBook) are not as bad as thinkpads or other pc notebook. Something about the keyboard seems softer and easier to actuate.</description>
		<content:encoded><![CDATA[<p>Dunno, vi binding is mostly mnemonic, while dvorak binding means remapping a whole bunch of keys in a non-predictable fashion&#8230;</p>
<p>I also use one of those Kinesis Contoured keyboard which did wonders for my wrists which were starting to hurt. I also find out of laptops, Apple keyboards (at least on the iBook) are not as bad as thinkpads or other pc notebook. Something about the keyboard seems softer and easier to actuate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quentin Gallet-Gilles</title>
		<link>http://yanpritzker.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/comment-page-1/#comment-360</link>
		<dc:creator>Quentin Gallet-Gilles</dc:creator>
		<pubDate>Thu, 05 Oct 2006 15:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/#comment-360</guid>
		<description>Fewer keystrokes, less mouse usage and eye search... I&#039;m beginning to think this is not really about productivity boosts but more about fighting RSI (and in the end, it may indeed give you productivity boost).

Following that spirit, I think one of the most important thing to do to prevent (or cure) RSI is throwing away your QWERTY keyboard and using a Dvorak one instead. The switching process can be done faster than binding hundreds of vi commands in your head, so no excuse for not trying it :)

More info about the Dvorak is available here : http://www.mwbrooks.com/dvorak/</description>
		<content:encoded><![CDATA[<p>Fewer keystrokes, less mouse usage and eye search&#8230; I&#8217;m beginning to think this is not really about productivity boosts but more about fighting RSI (and in the end, it may indeed give you productivity boost).</p>
<p>Following that spirit, I think one of the most important thing to do to prevent (or cure) RSI is throwing away your QWERTY keyboard and using a Dvorak one instead. The switching process can be done faster than binding hundreds of vi commands in your head, so no excuse for not trying it :)</p>
<p>More info about the Dvorak is available here : <a href="http://www.mwbrooks.com/dvorak/" rel="nofollow">http://www.mwbrooks.com/dvorak/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://yanpritzker.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/comment-page-1/#comment-312</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 05 Oct 2006 07:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2006/10/03/five-ways-to-get-insane-productivity-boosts/#comment-312</guid>
		<description>Yet another VI-related tip: you can use VI bindings in Emacs using its built-in and very complete VI emulation.  Just type &quot;M-x viper-mode&quot;.  Selecting the &#039;wizard&#039; level means that any non-conflicting keys from the regular emacs keymap will work too.  In over 6 years of doing this I have never learned the emacs keystrokes for most editing commands -- it&#039;s a great way to have a well-supported editor/IDE that works the same as quick console VI sessions.</description>
		<content:encoded><![CDATA[<p>Yet another VI-related tip: you can use VI bindings in Emacs using its built-in and very complete VI emulation.  Just type &#8220;M-x viper-mode&#8221;.  Selecting the &#8216;wizard&#8217; level means that any non-conflicting keys from the regular emacs keymap will work too.  In over 6 years of doing this I have never learned the emacs keystrokes for most editing commands &#8212; it&#8217;s a great way to have a well-supported editor/IDE that works the same as quick console VI sessions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.260 seconds -->
