From 12f3ea32cfd4e8a0fabb168d3929272af88a96f3 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 2 Apr 2008 12:20:13 +0200 Subject: ^L binded to call directly "clear" in order to recalculate the prompt... --- user:hugues/KeyBindings.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user:hugues/KeyBindings.zsh') diff --git a/user:hugues/KeyBindings.zsh b/user:hugues/KeyBindings.zsh index b9d43f5..34d07d7 100644 --- a/user:hugues/KeyBindings.zsh +++ b/user:hugues/KeyBindings.zsh @@ -225,3 +225,5 @@ bindkey -s 'G' 'Q git-repack\n' bindkey -s 'S' 'Q svn status\n' bindkey -s 'X' 'Q exec zsh\n' + +bindkey -s ' ' 'Q clear\n' -- cgit v1.2.3 From c4e1b11c76eb68054331d4ec35fdc10b0ea55800 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 8 Apr 2008 11:29:16 +0200 Subject: A bit more useful 'make' keybinding.. --- user:hugues/KeyBindings.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user:hugues/KeyBindings.zsh') diff --git a/user:hugues/KeyBindings.zsh b/user:hugues/KeyBindings.zsh index 34d07d7..f87c53b 100644 --- a/user:hugues/KeyBindings.zsh +++ b/user:hugues/KeyBindings.zsh @@ -212,7 +212,7 @@ bindkey -s 'é' ' 2>/dev/null ' bindkey -s '2' ' 2>&1 ' bindkey -s 'm' 'Q mails\n' -bindkey -s 'M' 'make ' +bindkey -s 'M' 'Q make\n' bindkey -s 'l' 'Q l\n' #bindkey -s 'L' 'Q la\n' -- cgit v1.2.3