<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Bash keybindings</title>
	<link>http://blog.wompom.org/index.php/2007/01/20/bash-keybindings/</link>
	<description>a web-log</description>
	<pubDate>Sun, 05 Feb 2012 13:44:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: romain</title>
		<link>http://blog.wompom.org/index.php/2007/01/20/bash-keybindings/#comment-30</link>
		<author>romain</author>
		<pubDate>Tue, 27 Feb 2007 20:23:03 +0000</pubDate>
		<guid>http://blog.wompom.org/index.php/2007/01/20/bash-keybindings/#comment-30</guid>
					<description>Clever.  Here's a quick "port" to zsh:

function up-one-dir { set -E; pushd ..; set +E; zle redisplay; zle -M `pwd` }
function back-one-dir { set -E; popd; set +E; zle redisplay; zle -M `pwd` }
zle -N up-one-dir
zle -N back-one-dir
bindkey "^[-" up-one-dir
bindkey "^[=" back-one-dir</description>
		<content:encoded><![CDATA[<p>Clever.  Here&#8217;s a quick "port" to zsh:</p>
<p>function up-one-dir { set -E; pushd ..; set +E; zle redisplay; zle -M `pwd` }<br />
function back-one-dir { set -E; popd; set +E; zle redisplay; zle -M `pwd` }<br />
zle -N up-one-dir<br />
zle -N back-one-dir<br />
bindkey "^[-" up-one-dir<br />
bindkey "^[=" back-one-dir</p>
]]></content:encoded>
				</item>
</channel>
</rss>

