summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-11-04 10:24:56 +0100
committerHugues Hiegel <hugues@hiegel.fr>2008-11-04 10:25:16 +0100
commita5376da53040cc84cdfee2fd0293ad4d7e5a3334 (patch)
treef449d13fa5782a5b80c6fa83eaa8628e3fc360d0
parent37ff7a349f01d1d9c60064b39903b8457b37e06b (diff)
M-s bound to most useful 'sudo !!' instead of 'svn status', which is never used
-rw-r--r--user:hugues/KeyBindings.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/user:hugues/KeyBindings.zsh b/user:hugues/KeyBindings.zsh
index fcfd7b4..44f9be3 100644
--- a/user:hugues/KeyBindings.zsh
+++ b/user:hugues/KeyBindings.zsh
@@ -220,7 +220,7 @@ bindkey -s ' ' '\\ '
bindkey -s 'g' 'Q git-status\n'
bindkey -s 'G' 'Q git-repack -d -a\n'
-bindkey -s 'S' 'Q svn status\n'
+bindkey -s 'S' 'Q sudo !!\n'
bindkey -s 'X' 'Q exec zsh\n'