<?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"
	>
<channel>
	<title>Comments on: Home and End keys - PuTTY - bash - Linux</title>
	<atom:link href="http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/</link>
	<description>The occasional rambling of a digital library artisan</description>
	<pubDate>Fri, 21 Nov 2008 05:18:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Mike</title>
		<link>http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-91208</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 26 Jul 2008 06:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-91208</guid>
		<description>Thank you!
This has been frustrating me for a while now. Putting "export TERM=linux" in my .zshrc file (I use Zsh) and setting Connection-&#62;Data-&#62;Terminal-type string to "linux" worked for me :-)</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
This has been frustrating me for a while now. Putting &#034;export TERM=linux&#034; in my .zshrc file (I use Zsh) and setting Connection-&gt;Data-&gt;Terminal-type string to &#034;linux&#034; worked for me :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scientia potentia est &#187; Home and End keys in PuTTY</title>
		<link>http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-90621</link>
		<dc:creator>scientia potentia est &#187; Home and End keys in PuTTY</dc:creator>
		<pubDate>Fri, 06 Jun 2008 11:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-90621</guid>
		<description>[...] simple solution which worked for me was to change the Terminal-type String under the Connection &#62; Data tab from [...]</description>
		<content:encoded><![CDATA[<p>[...] simple solution which worked for me was to change the Terminal-type String under the Connection &gt; Data tab from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zhenia</title>
		<link>http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-90181</link>
		<dc:creator>zhenia</dc:creator>
		<pubDate>Mon, 12 May 2008 07:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-90181</guid>
		<description>Thank U !
a lot of frustration flowed in my veins before this blog.</description>
		<content:encoded><![CDATA[<p>Thank U !<br />
a lot of frustration flowed in my veins before this blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soker</title>
		<link>http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-90132</link>
		<dc:creator>soker</dc:creator>
		<pubDate>Fri, 09 May 2008 17:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-90132</guid>
		<description>It's easier modify the configuration, in category: Connection/Data, set "linux" in the field  Terminal-type string. for permanent results save it in a session</description>
		<content:encoded><![CDATA[<p>It&#039;s easier modify the configuration, in category: Connection/Data, set &#034;linux&#034; in the field  Terminal-type string. for permanent results save it in a session</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-7960</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 28 Feb 2007 18:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-7960</guid>
		<description>Setting the terminal to xterm-color almost works, except now Insert and Delete do not work.  How frustrating!</description>
		<content:encoded><![CDATA[<p>Setting the terminal to xterm-color almost works, except now Insert and Delete do not work.  How frustrating!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armin</title>
		<link>http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-3958</link>
		<dc:creator>Armin</dc:creator>
		<pubDate>Fri, 12 Jan 2007 03:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-3958</guid>
		<description>the problem with Luar Roji's solution will just be that shift-backspace for example will not get interpreted as backspace, so in most cases setting $TERM to 'linux' will be much better if one uses his putty for chatting.

additionally, there is a modification of putty called 'nutty', which makes it possible to click on links - the behaviour of when to catch the mouse cursor for links and when to underline those is nicely configurable. just google for nutty and you will find it.</description>
		<content:encoded><![CDATA[<p>the problem with Luar Roji&#039;s solution will just be that shift-backspace for example will not get interpreted as backspace, so in most cases setting $TERM to &#039;linux&#039; will be much better if one uses his putty for chatting.</p>
<p>additionally, there is a modification of putty called &#039;nutty&#039;, which makes it possible to click on links - the behaviour of when to catch the mouse cursor for links and when to underline those is nicely configurable. just google for nutty and you will find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luar Roji</title>
		<link>http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-1910</link>
		<dc:creator>Luar Roji</dc:creator>
		<pubDate>Fri, 22 Sep 2006 22:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-1910</guid>
		<description>You can config in putty to send terminal "xterm-color" that has the features of xterm and the home/end keys are compatible. 

This configuration item is in Connection -&#62; Data -&#62; Terminal-type string, in putty's configuration.

If you have problems with backspace later, you can change it to ^H.

The cool features of an xterm terminal is the ability to use the mouse to click links in lynx, or use the scroll wheel to scroll through documents in lynx, or in vim..

See ya!</description>
		<content:encoded><![CDATA[<p>You can config in putty to send terminal &#034;xterm-color&#034; that has the features of xterm and the home/end keys are compatible. </p>
<p>This configuration item is in Connection -&gt; Data -&gt; Terminal-type string, in putty&#039;s configuration.</p>
<p>If you have problems with backspace later, you can change it to ^H.</p>
<p>The cool features of an xterm terminal is the ability to use the mouse to click links in lynx, or use the scroll wheel to scroll through documents in lynx, or in vim..</p>
<p>See ya!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cees</title>
		<link>http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-1488</link>
		<dc:creator>Cees</dc:creator>
		<pubDate>Wed, 26 Jul 2006 09:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-1488</guid>
		<description>Thank you!
Running "export TERM=linux" fixed my problem instantly!</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
Running &#034;export TERM=linux&#034; fixed my problem instantly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-42</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Fri, 14 Apr 2006 22:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/2005/11/30/home-and-end-keys-putty-bash-linux/#comment-42</guid>
		<description>export TERM=linux  
worked for me - thank you!</description>
		<content:encoded><![CDATA[<p>export TERM=linux<br />
worked for me - thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
