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') 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') 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 From c0850c6ae59422afc306856c14da6de5d89680f7 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 22 May 2008 17:05:52 +0200 Subject: Color definition for 'grep' (How didn't I noticed this error sooner ??) --- user:hugues/Environment.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user:hugues') diff --git a/user:hugues/Environment.zsh b/user:hugues/Environment.zsh index a0feccd..8e9c596 100644 --- a/user:hugues/Environment.zsh +++ b/user:hugues/Environment.zsh @@ -33,7 +33,7 @@ export LC_MESSAGES=${LC_MESSAGES:-fr_FR} unset LANG # Unuseful # Couleurs pour grep --color=auto -export GREP_COLOR=$YELLOW\;$BOLD +export GREP_COLOR=$color[yellow]\;$color[bold] cmd_exists dircolors && eval $(dircolors ~/.dir_colors) export TZ="Europe/Paris" -- cgit v1.2.3