<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Days of ... (solaris)</title><link>http://blog.yellowbluebus.com</link><description>Useful technology stuff</description><lastBuildDate>Wed, 03 Jul 2013 12:03:00 GMT</lastBuildDate><generator>nikola</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Make Home/End/Delete keys work in Solaris bash</title><link>http://blog.yellowbluebus.com/posts/wordpress20090622make-homeend-key-work-in-solaris-bash.html</link><description>&lt;html&gt;&lt;body&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;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!&lt;/p&gt;  &lt;p&gt;Add following lines to your ~/.bashrc file:&lt;/p&gt;  &lt;p&gt;# home key    &lt;br&gt;bind '"e[1~":beginning-of-line'     &lt;br&gt;# del key     &lt;br&gt;bind '"e[3~":delete-char'     &lt;br&gt;# end key     &lt;br&gt;bind '"e[4~":end-of-line'     &lt;br&gt;# pgup key     &lt;br&gt;bind '"e[5~":history-search-forward'     &lt;br&gt;# pgdn key     &lt;br&gt;bind '"e[6~":history-search-backward'&lt;/p&gt;  &lt;p&gt;Save and source file. Now keys will work as they should.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</description><guid>http://blog.yellowbluebus.com/posts/wordpress20090622make-homeend-key-work-in-solaris-bash.html</guid><pubDate>Mon, 22 Jun 2009 16:14:14 GMT</pubDate></item></channel></rss>