From e44fcbe4ad82cfb8d83bbd39facb522e1005a61f Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 26 Aug 2010 14:36:15 +0200 Subject: [Git] uses 'git ' instead of 'git-' form --- user:hugues/Bindings | 4 ++-- user:hugues/KeyBindings.zsh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'user:hugues') diff --git a/user:hugues/Bindings b/user:hugues/Bindings index 301eb28..e0013c2 100644 --- a/user:hugues/Bindings +++ b/user:hugues/Bindings @@ -167,8 +167,8 @@ bindkey -s 'l' 'Q l\n' bindkey -s ' ' '\\ ' -bindkey -s 'g' 'Q git-status\n' -bindkey -s 'G' 'Q git-repack -d -a\n' +bindkey -s 'g' 'Q git status\n' +bindkey -s 'G' 'Q git repack -d -a\n' bindkey -s 'S' 'Q sudo !!' diff --git a/user:hugues/KeyBindings.zsh b/user:hugues/KeyBindings.zsh index a8bbc3c..b671415 100644 --- a/user:hugues/KeyBindings.zsh +++ b/user:hugues/KeyBindings.zsh @@ -216,8 +216,8 @@ do bindkey -M $keymap -s ' ' '\\ ' - bindkey -M $keymap -s 'g' 'Q git-status\n' - bindkey -M $keymap -s 'G' 'Q git-remote -v update\n' + bindkey -M $keymap -s 'g' 'Q git status\n' + bindkey -M $keymap -s 'G' 'Q git remote -v update\n' bindkey -M $keymap -s 'S' 'Q sudo !!' -- cgit v1.2.3