summaryrefslogtreecommitdiff
path: root/user:hugues/KeyBindings.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2010-08-26 14:36:15 +0200
committerHugues Hiegel <hugues@hiegel.fr>2010-08-26 14:36:15 +0200
commite44fcbe4ad82cfb8d83bbd39facb522e1005a61f (patch)
tree231d4a9e277f6554df99a61172f14b436a6d6a8a /user:hugues/KeyBindings.zsh
parent96d4ec53ff2faafa47da96b63c99841507dbd45e (diff)
[Git] uses 'git <cmd>' instead of 'git-<cmd>' form
Diffstat (limited to 'user:hugues/KeyBindings.zsh')
-rw-r--r--user:hugues/KeyBindings.zsh4
1 files changed, 2 insertions, 2 deletions
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 !!'