<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Days of ... &#187; keyboard</title>
	<atom:link href="http://www.yellowbluebus.com/blog/tag/keyboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellowbluebus.com/blog</link>
	<description>Just another rants and opinions weblog</description>
	<lastBuildDate>Wed, 06 Jan 2010 10:30:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Make Home/End/Delete keys work in Solaris bash</title>
		<link>http://www.yellowbluebus.com/blog/2009/06/22/make-homeend-key-work-in-solaris-bash/</link>
		<comments>http://www.yellowbluebus.com/blog/2009/06/22/make-homeend-key-work-in-solaris-bash/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 16:14:14 +0000</pubDate>
		<dc:creator>drunken fly</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[solved]]></category>

		<guid isPermaLink="false">http://www.yellowbluebus.com/blog/2009/06/22/make-homeend-key-work-in-solaris-bash/</guid>
		<description><![CDATA[This is most frustrating thing that I experience when I encounter Solaris bash prompt: the Home, End and Delete keyboard keys will not work because for some reason Solaris doesn’t understand them as useful keys. But there is the way to enable those keys! Add following lines to your ~/.bashrc file: # home key bind [...]]]></description>
			<content:encoded><![CDATA[<p>This is most frustrating thing that I experience when I encounter Solaris bash prompt: the Home, End and Delete keyboard keys will not work because for some reason Solaris doesn’t understand them as useful keys. But there is the way to enable those keys!</p>
<p>Add following lines to your ~/.bashrc file:</p>
<p># home key    <br />bind &#8216;&quot;\e[1~&quot;:beginning-of-line&#8217;     <br /># del key     <br />bind &#8216;&quot;\e[3~&quot;:delete-char&#8217;     <br /># end key     <br />bind &#8216;&quot;\e[4~&quot;:end-of-line&#8217;     <br /># pgup key     <br />bind &#8216;&quot;\e[5~&quot;:history-search-forward&#8217;     <br /># pgdn key     <br />bind &#8216;&quot;\e[6~&quot;:history-search-backward&#8217;</p>
<p>Save and source file. Now keys will work as they should.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yellowbluebus.com/blog/2009/06/22/make-homeend-key-work-in-solaris-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
