summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-06-13 11:33:10 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-06-13 11:34:49 +0200
commit30cc639c265ca6104cd28f56bbb3c5898001a22f (patch)
tree4625083988c6845b9c2f884c6cc7460c0b05ab5e
parent0389ee35965add0d260f83cd145cb6fe20016aa2 (diff)
"clear" with prompt recalculation has been set up to ESC-L instead of C-l.
-rw-r--r--user:hugues/KeyBindings.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/user:hugues/KeyBindings.zsh b/user:hugues/KeyBindings.zsh
index a49dd90..206acfb 100644
--- a/user:hugues/KeyBindings.zsh
+++ b/user:hugues/KeyBindings.zsh
@@ -226,4 +226,4 @@ bindkey -s 'S' 'Q svn status\n'
bindkey -s 'X' 'Q exec zsh\n'
-bindkey -s ' ' 'Q clear\n'
+bindkey -s 'L' 'Q clear\n'