<?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: This month in bookmarks: August 2008</title>
	<atom:link href="http://eriwen.com/bookmarks/bookmarks-august-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://eriwen.com/bookmarks/bookmarks-august-2008/</link>
	<description>Programming productively with open-source tools</description>
	<lastBuildDate>Tue, 31 Jan 2012 12:49:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Srikanth</title>
		<link>http://eriwen.com/bookmarks/bookmarks-august-2008/#comment-1386</link>
		<dc:creator>Srikanth</dc:creator>
		<pubDate>Thu, 04 Sep 2008 11:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=208#comment-1386</guid>
		<description>Hi Eric,

Thanks for sharing the bash shortcuts. I&#039;ve to use KSH at work, hate it! I like BASH more but I have no choice but to use KSH cause of a few tools written explicitly for it. :(

One shortcut I find myself using again and again is ESC + . (dot). It repeats the last argument of the last command. But this is an interactive mode shortcut. There&#039;s one more shortcut for the same which we can use in BASH scripts, but I can&#039;t recollect now.</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>Thanks for sharing the bash shortcuts. I&#8217;ve to use KSH at work, hate it! I like BASH more but I have no choice but to use KSH cause of a few tools written explicitly for it. :(</p>
<p>One shortcut I find myself using again and again is ESC + . (dot). It repeats the last argument of the last command. But this is an interactive mode shortcut. There&#8217;s one more shortcut for the same which we can use in BASH scripts, but I can&#8217;t recollect now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peteris Krumins</title>
		<link>http://eriwen.com/bookmarks/bookmarks-august-2008/#comment-1369</link>
		<dc:creator>Peteris Krumins</dc:creator>
		<pubDate>Thu, 04 Sep 2008 00:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=208#comment-1369</guid>
		<description>The default is Emacs editing mode! I am using vi mode myself (with a few shortcuts taken from emacs mode, like ctrl-a, ctrl-e, and a few others).

Vi mode can be set with:
&lt;code&gt;set -o vi&lt;/code&gt;

And emacs mode can be set with:
&lt;code&gt;set -o emacs&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The default is Emacs editing mode! I am using vi mode myself (with a few shortcuts taken from emacs mode, like ctrl-a, ctrl-e, and a few others).</p>
<p>Vi mode can be set with:<br />
<code>set -o vi</code></p>
<p>And emacs mode can be set with:<br />
<code>set -o emacs</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Wendelin</title>
		<link>http://eriwen.com/bookmarks/bookmarks-august-2008/#comment-1351</link>
		<dc:creator>Eric Wendelin</dc:creator>
		<pubDate>Wed, 03 Sep 2008 14:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=208#comment-1351</guid>
		<description>Argh. I just resolved myself to two things: 1) Your blog has too much useful stuff on it and 2) I&#039;m going to just have to take a few hours and go through as much as I can.

What is bash&#039;s default editing mode?</description>
		<content:encoded><![CDATA[<p>Argh. I just resolved myself to two things: 1) Your blog has too much useful stuff on it and 2) I&#8217;m going to just have to take a few hours and go through as much as I can.</p>
<p>What is bash&#8217;s default editing mode?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peteris Krumins</title>
		<link>http://eriwen.com/bookmarks/bookmarks-august-2008/#comment-1340</link>
		<dc:creator>Peteris Krumins</dc:creator>
		<pubDate>Wed, 03 Sep 2008 05:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=208#comment-1340</guid>
		<description>Hey Eric.

I don&#039;t know if you found this on my blog, but I wrote two articles on keyboard shortcuts in bash.

The first article you link to has like 5% of all the predefined shortcuts.

Bash actually has two editing modes - vi and emacs - for both kinds of programmers.

I also created cheat sheets (pdf, txt and tex) for both modes:

&lt;a href=&quot;http://www.catonmat.net/blog/bash-vi-editing-mode-cheat-sheet/&quot; rel=&quot;nofollow&quot;&gt;Vi Editing Mode in Bash&lt;/a&gt;

&lt;a href=&quot;http://www.catonmat.net/blog/bash-emacs-editing-mode-cheat-sheet/&quot; rel=&quot;nofollow&quot;&gt;Emacs Editing Mode in Bash&lt;/a&gt;


Peteris</description>
		<content:encoded><![CDATA[<p>Hey Eric.</p>
<p>I don&#8217;t know if you found this on my blog, but I wrote two articles on keyboard shortcuts in bash.</p>
<p>The first article you link to has like 5% of all the predefined shortcuts.</p>
<p>Bash actually has two editing modes &#8211; vi and emacs &#8211; for both kinds of programmers.</p>
<p>I also created cheat sheets (pdf, txt and tex) for both modes:</p>
<p><a href="http://www.catonmat.net/blog/bash-vi-editing-mode-cheat-sheet/" rel="nofollow">Vi Editing Mode in Bash</a></p>
<p><a href="http://www.catonmat.net/blog/bash-emacs-editing-mode-cheat-sheet/" rel="nofollow">Emacs Editing Mode in Bash</a></p>
<p>Peteris</p>
]]></content:encoded>
	</item>
</channel>
</rss>

