summaryrefslogtreecommitdiff
path: root/user:hugues
diff options
context:
space:
mode:
Diffstat (limited to 'user:hugues')
-rw-r--r--user:hugues/Bindings4
-rw-r--r--user:hugues/KeyBindings.zsh4
2 files changed, 4 insertions, 4 deletions
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 !!'