<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Word Movement in Terminal</title>
	<atom:link href="http://blog.macromates.com/2006/word-movement-in-terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.macromates.com/2006/word-movement-in-terminal/</link>
	<description>TextMate and OS X</description>
	<lastBuildDate>Wed, 03 Feb 2010 16:53:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: keitheis</title>
		<link>http://blog.macromates.com/2006/word-movement-in-terminal/#comment-3256</link>
		<dc:creator>keitheis</dc:creator>
		<pubDate>Mon, 09 Jun 2008 16:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/01/07/word-movement-in-terminal/#comment-3256</guid>
		<description>&lt;p&gt;claytron: viins works! Thanks!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>claytron: viins works! Thanks!!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: andreamatesi</title>
		<link>http://blog.macromates.com/2006/word-movement-in-terminal/#comment-3038</link>
		<dc:creator>andreamatesi</dc:creator>
		<pubDate>Wed, 06 Feb 2008 14:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/01/07/word-movement-in-terminal/#comment-3038</guid>
		<description>&lt;p&gt;great tip, thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>great tip, thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kortina</title>
		<link>http://blog.macromates.com/2006/word-movement-in-terminal/#comment-3029</link>
		<dc:creator>kortina</dc:creator>
		<pubDate>Mon, 28 Jan 2008 17:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/01/07/word-movement-in-terminal/#comment-3029</guid>
		<description>&lt;p&gt;hmm, link got stripped out.  I will try making my name link to the instructions for getting option + delete working.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hmm, link got stripped out.  I will try making my name link to the instructions for getting option + delete working.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kortina</title>
		<link>http://blog.macromates.com/2006/word-movement-in-terminal/#comment-3028</link>
		<dc:creator>kortina</dc:creator>
		<pubDate>Mon, 28 Jan 2008 17:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/01/07/word-movement-in-terminal/#comment-3028</guid>
		<description>&lt;p&gt;@ylon - After much struggle, I got option+delete working in iTerm to kill the word left of the cursor.  Here is the link:&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@ylon &#8211; After much struggle, I got option+delete working in iTerm to kill the word left of the cursor.  Here is the link:</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.macromates.com/2006/word-movement-in-terminal/#comment-2859</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 03 Nov 2007 18:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/01/07/word-movement-in-terminal/#comment-2859</guid>
		<description>&lt;p&gt;The images are gone.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The images are gone.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: claytron</title>
		<link>http://blog.macromates.com/2006/word-movement-in-terminal/#comment-2637</link>
		<dc:creator>claytron</dc:creator>
		<pubDate>Thu, 26 Jul 2007 01:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/01/07/word-movement-in-terminal/#comment-2637</guid>
		<description>&lt;p&gt;oops.  nevermind that didn&#039;t work.  I was tricking myself into believing that it would.  Now my arrow keys go word by word :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>oops.  nevermind that didn&#039;t work.  I was tricking myself into believing that it would.  Now my arrow keys go word by word :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: claytron</title>
		<link>http://blog.macromates.com/2006/word-movement-in-terminal/#comment-2633</link>
		<dc:creator>claytron</dc:creator>
		<pubDate>Tue, 24 Jul 2007 14:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/01/07/word-movement-in-terminal/#comment-2633</guid>
		<description>&lt;p&gt;You can do this via bindkey in ZSH by doing the following:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;# use vi mode
bindkey -v

# go back a word with option arrow (staying in insert mode)
bindkey -M viins &#039;^[[D&#039; vi-backward-word
# go forward a word with option arrow (staying in insert mode)
bindkey -M viins &#039;^[[C&#039; vi-forward-word
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;You can also map Home and End to do what they say:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;# use home and end to go to beginning and end of the line
bindkey -M viins &#039;^[[H&#039; vi-beginning-of-line
bindkey -M viins &#039;^[[F&#039; vi-end-of-line
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;And actual forward delete using the forward delete key:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;# use delete as forward delete
bindkey -M viins &#039;^[[3~&#039; vi-delete-char
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>You can do this via bindkey in ZSH by doing the following:</p>

<pre><code># use vi mode
bindkey -v

# go back a word with option arrow (staying in insert mode)
bindkey -M viins '^[[D' vi-backward-word
# go forward a word with option arrow (staying in insert mode)
bindkey -M viins '^[[C' vi-forward-word
</code></pre>

<p>You can also map Home and End to do what they say:</p>

<pre><code># use home and end to go to beginning and end of the line
bindkey -M viins '^[[H' vi-beginning-of-line
bindkey -M viins '^[[F' vi-end-of-line
</code></pre>

<p>And actual forward delete using the forward delete key:</p>

<pre><code># use delete as forward delete
bindkey -M viins '^[[3~' vi-delete-char
</code></pre>]]></content:encoded>
	</item>
	<item>
		<title>By: Angel Pidor</title>
		<link>http://blog.macromates.com/2006/word-movement-in-terminal/#comment-2564</link>
		<dc:creator>Angel Pidor</dc:creator>
		<pubDate>Fri, 15 Jun 2007 15:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/01/07/word-movement-in-terminal/#comment-2564</guid>
		<description>&lt;p&gt;A very useful trick. Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A very useful trick. Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ylon</title>
		<link>http://blog.macromates.com/2006/word-movement-in-terminal/#comment-2461</link>
		<dc:creator>ylon</dc:creator>
		<pubDate>Thu, 19 Apr 2007 23:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/01/07/word-movement-in-terminal/#comment-2461</guid>
		<description>&lt;p&gt;What about that option-delete Cocoa functionality for iTerm?  Anyone know what bindings to change/enable for this?  It would be handy for sure.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What about that option-delete Cocoa functionality for iTerm?  Anyone know what bindings to change/enable for this?  It would be handy for sure.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://blog.macromates.com/2006/word-movement-in-terminal/#comment-1528</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Tue, 29 Aug 2006 13:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/01/07/word-movement-in-terminal/#comment-1528</guid>
		<description>&lt;p&gt;oh i figured out...
^f and ^b or hex 6 and hex2 !&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>oh i figured out&#8230;
^f and ^b or hex 6 and hex2 !</p>]]></content:encoded>
	</item>
</channel>
</rss>
