<?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>uk-dave.com &#187; terminal</title>
	<atom:link href="http://www.uk-dave.com/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uk-dave.com</link>
	<description>// todo: insert witty tagline here</description>
	<lastBuildDate>Sun, 31 May 2009 12:03:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fixing Home, End, and Page Up/Down keys in OS X terminal</title>
		<link>http://www.uk-dave.com/2009/01/fixing-home-end-and-page-updown-keys-in-os-x-terminal/</link>
		<comments>http://www.uk-dave.com/2009/01/fixing-home-end-and-page-updown-keys-in-os-x-terminal/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 16:52:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://wp.uk-dave.com/?p=81</guid>
		<description><![CDATA[The Home, End, Page Up and Page Down keys in Terminal don&#8217;t work as you would expect if you&#8217;ve come from the land of PCs. To get them them working &#8220;properly&#8221; again open up Terminal and go to the Preferences dialog. Click on the Settings button at the top and then the Keyboard tab. Change [...]]]></description>
			<content:encoded><![CDATA[<p>The Home, End, Page Up and Page Down keys in Terminal don&#8217;t work as you would expect if you&#8217;ve come from the land of PCs. To get them them working &#8220;properly&#8221; again open up Terminal and go to the Preferences dialog. Click on the Settings button at the top and then the Keyboard tab. Change the action for each of the keys as show in the following table.</p>

<table style="margin: auto;">
  <tr>
    <th style="text-align: left;">Key</th>
    <th style="text-align: left;">Old Action</th>
    <th style="text-align: left;">New Action</th>
  </tr>
  <tr>
    <td>home</td>
    <td>scroll to start of buffer</td>
    <td>&#92;033[1~</td>
  </tr>
  <tr>
    <td>end</td>
    <td>scroll to end of buffer</td>
    <td>&#92;033[4~</td>
  </tr>
  <tr>
    <td>page up</td>
    <td>scroll to next page in buffer</td>
    <td>&#92;033[5~</td>
  </tr>
  <tr>
    <td>page down</td>
    <td>scroll to previous page in buffer</td>
    <td>&#92;033[6~</td>
  </tr>
</table>

<p>&nbsp;</p>

<div style="text-align: center;">
<img src="/wp-content/images/blog/terminal-prefs.png" width="592" height="457" alt="Terminal Preferences" title="Terminal Preferences"/>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.uk-dave.com/2009/01/fixing-home-end-and-page-updown-keys-in-os-x-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling colours with &#8220;ls&#8221; in OS X terminal</title>
		<link>http://www.uk-dave.com/2008/03/enabling-colours-with-ls-in-os-x-terminal/</link>
		<comments>http://www.uk-dave.com/2008/03/enabling-colours-with-ls-in-os-x-terminal/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 16:17:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://wp.uk-dave.com/?p=78</guid>
		<description><![CDATA[On Linux you can type &#8220;ls &#8211;color&#8221; to get a directory listing in glorious colour, however the same command doesn&#8217;t work quite as well on OS X. The solution is to add the following lines to ~/.profile and then just use &#8220;ls&#8221; as normal:


export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
]]></description>
			<content:encoded><![CDATA[On Linux you can type &#8220;ls &#8211;color&#8221; to get a directory listing in glorious colour, however the same command doesn&#8217;t work quite as well on OS X. The solution is to add the following lines to ~/.profile and then just use &#8220;ls&#8221; as normal:

<blockquote><pre>
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
</pre></blockquote>]]></content:encoded>
			<wfw:commentRss>http://www.uk-dave.com/2008/03/enabling-colours-with-ls-in-os-x-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
