From 30cc639c265ca6104cd28f56bbb3c5898001a22f Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 13 Jun 2008 11:33:10 +0200 Subject: "clear" with prompt recalculation has been set up to ESC-L instead of C-l. --- user:hugues/KeyBindings.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3