summaryrefslogtreecommitdiff
path: root/user:hugues
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@sagem.com>2008-04-22 14:33:26 +0200
committerHugues Hiegel <hugues.hiegel@sagem.com>2008-04-24 17:26:55 +0200
commit97f08dab0d1cc62e4c31fca2741efae414ee23c5 (patch)
tree5563d62ad2b7ee8e53a625e7ff197a834de4594e /user:hugues
parentb629ceecb7c1308b67e075f2f237aa4aecc5b9a0 (diff)
Moved specific "mails" command to specific hosts paranoid & delphine.
Diffstat (limited to 'user:hugues')
-rw-r--r--user:hugues/KeyBindings.zsh6
1 files changed, 4 insertions, 2 deletions
diff --git a/user:hugues/KeyBindings.zsh b/user:hugues/KeyBindings.zsh
index b9d43f5..a49dd90 100644
--- a/user:hugues/KeyBindings.zsh
+++ b/user:hugues/KeyBindings.zsh
@@ -211,8 +211,8 @@ bindkey -s 't' 'Q todo\n'
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 'M' 'Q make\n'
bindkey -s 'l' 'Q l\n'
#bindkey -s 'L' 'Q la\n'
@@ -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'