<?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: Super-useful inputrc</title>
	<atom:link href="http://linuxart.com/log/archives/2005/10/13/super-useful-inputrc/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxart.com/log/archives/2005/10/13/super-useful-inputrc/</link>
	<description>Garrett LeSage's website</description>
	<lastBuildDate>Tue, 27 Jul 2010 08:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Doskey like tab completion and various other fixes /power user hacks for the mac console prompt (ctrl-left,right arrow) &#171; Matt Brown &#8211; Journeys of a software engineer</title>
		<link>http://linuxart.com/log/archives/2005/10/13/super-useful-inputrc/comment-page-1/#comment-121710</link>
		<dc:creator>Doskey like tab completion and various other fixes /power user hacks for the mac console prompt (ctrl-left,right arrow) &#171; Matt Brown &#8211; Journeys of a software engineer</dc:creator>
		<pubDate>Sat, 01 Aug 2009 06:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://linuxart.com/log/?p=1001#comment-121710</guid>
		<description>[...] ##helpful sites#http://codesnippets.joyent.com/tag/inputrc#http://linuxart.com/log/archives/2005/10/13/super-useful-inputrc/&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;EOF [...]</description>
		<content:encoded><![CDATA[<p>[...] ##helpful sites#http://codesnippets.joyent.com/tag/inputrc#http://linuxart.com/log/archives/2005/10/13/super-useful-inputrc/&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;EOF [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andre</title>
		<link>http://linuxart.com/log/archives/2005/10/13/super-useful-inputrc/comment-page-1/#comment-121485</link>
		<dc:creator>andre</dc:creator>
		<pubDate>Thu, 26 Feb 2009 14:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://linuxart.com/log/?p=1001#comment-121485</guid>
		<description>Debian has a file explaining this:

/usr/share/doc/bash/inputrc.arrows:
# This file controls the behaviour of line input editing for
# programs that use the Gnu Readline library.
#
# Arrow keys in keypad mode
#
&quot;\C-[OD&quot;        backward-char
&quot;\C-[OC&quot;        forward-char
&quot;\C-[OA&quot;        previous-history
&quot;\C-[OB&quot;        next-history
#
# Arrow keys in ANSI mode
#
&quot;\C-[[D&quot;        backward-char
&quot;\C-[[C&quot;        forward-char
&quot;\C-[[A&quot;        previous-history
&quot;\C-[[B&quot;        next-history
#
# Arrow keys in 8 bit keypad mode
#
&quot;\C-M-OD&quot;       backward-char
&quot;\C-M-OC&quot;       forward-char
&quot;\C-M-OA&quot;       previous-history
&quot;\C-M-OB&quot;       next-history
#
# Arrow keys in 8 bit ANSI mode
#
&quot;\C-M-[D&quot;       backward-char
&quot;\C-M-[C&quot;       forward-char
&quot;\C-M-[A&quot;       previous-history
&quot;\C-M-[B&quot;       next-history</description>
		<content:encoded><![CDATA[<p>Debian has a file explaining this:</p>
<p>/usr/share/doc/bash/inputrc.arrows:<br />
# This file controls the behaviour of line input editing for<br />
# programs that use the Gnu Readline library.<br />
#<br />
# Arrow keys in keypad mode<br />
#<br />
&#8220;\C-[OD&#8221;        backward-char<br />
&#8220;\C-[OC&#8221;        forward-char<br />
&#8220;\C-[OA&#8221;        previous-history<br />
&#8220;\C-[OB&#8221;        next-history<br />
#<br />
# Arrow keys in ANSI mode<br />
#<br />
&#8220;\C-[[D&#8221;        backward-char<br />
&#8220;\C-[[C&#8221;        forward-char<br />
&#8220;\C-[[A&#8221;        previous-history<br />
&#8220;\C-[[B&#8221;        next-history<br />
#<br />
# Arrow keys in 8 bit keypad mode<br />
#<br />
&#8220;\C-M-OD&#8221;       backward-char<br />
&#8220;\C-M-OC&#8221;       forward-char<br />
&#8220;\C-M-OA&#8221;       previous-history<br />
&#8220;\C-M-OB&#8221;       next-history<br />
#<br />
# Arrow keys in 8 bit ANSI mode<br />
#<br />
&#8220;\C-M-[D&#8221;       backward-char<br />
&#8220;\C-M-[C&#8221;       forward-char<br />
&#8220;\C-M-[A&#8221;       previous-history<br />
&#8220;\C-M-[B&#8221;       next-history</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://linuxart.com/log/archives/2005/10/13/super-useful-inputrc/comment-page-1/#comment-121451</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Sat, 07 Feb 2009 12:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://linuxart.com/log/?p=1001#comment-121451</guid>
		<description>Thanks for this post. If possible, can you and some comments to show which keys you are using? I know [5~, [6~ is Page up/Page down - but the rest have me a bit confused.</description>
		<content:encoded><![CDATA[<p>Thanks for this post. If possible, can you and some comments to show which keys you are using? I know [5~, [6~ is Page up/Page down &#8211; but the rest have me a bit confused.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwilliam</title>
		<link>http://linuxart.com/log/archives/2005/10/13/super-useful-inputrc/comment-page-1/#comment-121105</link>
		<dc:creator>kwilliam</dc:creator>
		<pubDate>Mon, 09 Jun 2008 20:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://linuxart.com/log/?p=1001#comment-121105</guid>
		<description>Thank you blog author and Marius Gedminas!
After much fruitless searching, I have finally gotten the console to use a visible bell instead of beeping loudly.

I added line 
set bell-style visible
to ~/.inputrc
and added line
export INPUTRC=~/.inputrc
to ~/.bashrc</description>
		<content:encoded><![CDATA[<p>Thank you blog author and Marius Gedminas!<br />
After much fruitless searching, I have finally gotten the console to use a visible bell instead of beeping loudly.</p>
<p>I added line<br />
set bell-style visible<br />
to ~/.inputrc<br />
and added line<br />
export INPUTRC=~/.inputrc<br />
to ~/.bashrc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://linuxart.com/log/archives/2005/10/13/super-useful-inputrc/comment-page-1/#comment-120761</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Thu, 28 Feb 2008 21:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://linuxart.com/log/?p=1001#comment-120761</guid>
		<description>Whoops. Looks like somebody&#039;s blog is converting double quote characters into posh quotes. Notice how there&#039;s a difference between &quot;these quotes&quot; and &quot;these&quot;</description>
		<content:encoded><![CDATA[<p>Whoops. Looks like somebody&#8217;s blog is converting double quote characters into posh quotes. Notice how there&#8217;s a difference between &#8220;these quotes&#8221; and &quot;these&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omega</title>
		<link>http://linuxart.com/log/archives/2005/10/13/super-useful-inputrc/comment-page-1/#comment-120483</link>
		<dc:creator>omega</dc:creator>
		<pubDate>Fri, 04 Jan 2008 00:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://linuxart.com/log/?p=1001#comment-120483</guid>
		<description>kortina: if you typed &quot;export INPUTRC=~/.inputrc&quot; into your terminal that just sets the variable, doesn&#039;t actually read the file. you either have to type it in your ~/.bash_profile or just put those settings in /etc/inputrc instead of locally.

oh, i&#039;m not sure about if it works with iterm, i just use the Terminal in leopard (works just fine for me, i&#039;ve yet to find something that iterm does and Terminal doesn&#039;t - besides fullscreening which i don&#039;t like anyway)

but yes, it does work with mac os x :)</description>
		<content:encoded><![CDATA[<p>kortina: if you typed &#8220;export INPUTRC=~/.inputrc&#8221; into your terminal that just sets the variable, doesn&#8217;t actually read the file. you either have to type it in your ~/.bash_profile or just put those settings in /etc/inputrc instead of locally.</p>
<p>oh, i&#8217;m not sure about if it works with iterm, i just use the Terminal in leopard (works just fine for me, i&#8217;ve yet to find something that iterm does and Terminal doesn&#8217;t &#8211; besides fullscreening which i don&#8217;t like anyway)</p>
<p>but yes, it does work with mac os x <img src='http://linuxart.com/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Harris</title>
		<link>http://linuxart.com/log/archives/2005/10/13/super-useful-inputrc/comment-page-1/#comment-117707</link>
		<dc:creator>Bryan Harris</dc:creator>
		<pubDate>Sat, 29 Sep 2007 21:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://linuxart.com/log/?p=1001#comment-117707</guid>
		<description>Hi,

I think there is a man page, or an info page, or some kind of document in my system somewhere which tells me how the escape sequences work.  Does anybody know where that file is at?  I am using Slackware 12.0, and I thought I had seen that file before.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I think there is a man page, or an info page, or some kind of document in my system somewhere which tells me how the escape sequences work.  Does anybody know where that file is at?  I am using Slackware 12.0, and I thought I had seen that file before.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
