<?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>Kenneths Blob &#187; zsh</title>
	<atom:link href="http://blog.langly.org/tag/zsh/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.langly.org</link>
	<description>My rants about everything</description>
	<lastBuildDate>Wed, 28 Apr 2010 18:10:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zsh &#8211; Skipping words</title>
		<link>http://blog.langly.org/2009/10/22/zsh-skipping-words/</link>
		<comments>http://blog.langly.org/2009/10/22/zsh-skipping-words/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 08:29:23 +0000</pubDate>
		<dc:creator>kenneo</dc:creator>
				<category><![CDATA[Tips&Tricks]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[zsh]]></category>

		<guid isPermaLink="false">http://blog.langly.org/?p=482</guid>
		<description><![CDATA[A couple of weeks ago I installed zsh on all of my shell accounts, and I&#8217;ve started to grow found of it. However, one thing that annoyed me is that per default I couldn&#8217;t press ctrl+arrows to jump back and forth amongst words like I could in bash.
However, the solution was quite easy as soon ]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I installed zsh on all of my shell accounts, and I&#8217;ve started to grow found of it. However, one thing that annoyed me is that per default I couldn&#8217;t press ctrl+arrows to jump back and forth amongst words like I could in bash.</p>
<p>However, the solution was quite easy as soon as I read the manual. First, in your terminal press ctrl+arrow, and copy the code that appears on your terminal. In my case it was &#8220;;5D&#8221; and &#8220;;5C&#8221;.</p>
<p>Then in your .zshrc file put:</p>
<div class="codesnip-container" >bindkey &#8220;;5D&#8221; backward-word<br />
bindkey &#8220;;5C&#8221; forward-wordbindkey</div>
<p>That should do it</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.langly.org/2009/10/22/zsh-skipping-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
